Programming with Reflection

image\rwnprg32.gif GetErrorString method

 

Syntax ErrorStr = object.GetErrorString (ErrorNumber)

 

Description

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.

Arguments

ErrorNumber Argument type: Integer
The error number.

Return

ErrorStr Return type: String
The error string. Click here to see a list of Reflection errors.

 

 

image\jump.gif Example

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this command