Error Event
This event is fired when the server detects an error.
Syntax
type TErrorEvent = procedure Error(Sender: TObject; ErrorCode: Integer; const Description: String) of object;property OnError: TErrorEvent read FOnError write FOnError;
Remarks
If the server sends an error not related to a command sent from the component, the component will fire an Error event containing information related to the error.
ErrorCode will contain the code sent by the server, and Description will contain a standard interpretation of that code.