CoreClasses Xojo Plugin

ObjectCollection.LastError Property (console safe)

Use this property to get the Last error code generated by the collection. (Description of each possible error code is listed with each method in the class that can generate a error).

LastError as Integer {Read}

Remarks

LastError stores the error code of the last error that occurred. It does not get cleared after that until ClearError is called.

See Also

ObjectCollection Class