Programming with Reflection
GetErrorString method
Syntax ErrorStr = object.GetErrorString (ErrorNumber)
Returns the error message corresponding to the specified number. Use this command if Reflection returns an error to a program and you want to be able to display an error description to the user.
ErrorNumber Argument type: Integer
The error number.
ErrorStr Return type: String
The error string. Click here to see a list of Reflection errors.