PrDoc: GetError |
[Obsolete] Returns the error code and error string of the control.
Public Function GetError( ByRef errcode As Long, ByRef errmsg As String ) As Boolean
[Visual Basic] Public Function GetError(ByRef errcode As Long, ByRef errmsg As String) As Boolean
[Delphi] function GetError(var errcode: Integer; var errmsg: WideString): Boolean;
[C++] bool GetError(long* errcode, BSTR* errmsg);
This method is obsolete. Use the GetErrorCode and GetErrorString methods instead.
Class PrDoc Overview PrDoc Properties PrDoc Methods FieldStatus GetErrorCode