GxImage: GetError

GetError

This method returns the error code and string of the control.



 Public Function GetError(
	  ByRef errcode As Long,
	  ByRef errmsg As String ) As Long

Parameters

errcode
Buffer for the error code value.
errmsg
Buffer for the error string.

Return Values

The error code.

Languages

[Visual Basic] Public Function GetError(ByRef errcode As Long, ByRef errmsg As String) As Long

[Delphi] function GetError(var errcode : Integer; var errmsg : WideString) : Integer;

[C++] long GetError(long* errcode, BSTR* errmsg);

Remarks

See Also

Class GxImage Overview GxImage Properties GxImage Methods Gamma GetErrorCode