CoreClasses Xojo Plugin

VariantCollection.LastError Property (console safe)

Use this property to get the Last error code generated by the collection.

LastError as Integer {Read}

Remarks

Description of each possible error code is listed with each method in the class that can generate a error.

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

See Also

VariantCollection Class