[This is preliminary documentation and subject to change.]
The Errorlist property retrieves a specific error from the syntax error array created during a call to EnhEvents.Load or EnhEvents.AddText. This property is read-only.
[ sList = ] object.Errorlist( lIndex )
The ErrorList property contains an array of strings that describe the syntax errors. The error information includes the line number that contains the syntax error. The line number specifies the line in the enhancement stream file loaded by EnhEvents.Load.
To fix a syntax error, you would typically open and edit the stream syntax file in a text error such as Notepad.
Windows NT: Unsupported.
Windows: Requires Windows 98.
Windows CE: Unsupported.
Header: Declared in stream.idl.
Import Library: Included as a resource in stream.dll.
Unicode: Yes.