GxVariant: GetError |
Get the error code and the error message of the last error.
Public Function GetError( errcode As Long, errmsg As String ) As Boolean
[Visual Basic] Public Function GetError(errcode As Long, errmsg As String) As Boolean
[Delphi] function GetError(var errcode: Integer; var errmsg : WideString) : Boolean;
[C++] BOOL GetError(long *errcode, LPTSTR* errmsg);
Class GxVariant Overview GxVariant Properties GxVariant Methods Double GetErrorCode