TCHMllpClientErrorReceivedEvent type
Fired when we have an error with the TCP/IP connection.
Unit
CHMnet
Declaration
TCHMllpClientErrorReceivedEvent = procedure(Sender : TObject; Description : String; Code : Integer) of Object;
Description
The context of when this is received is often determined by a previous operation. The connection will always be closed once this event is received.
Parameters |
Description | Description of the error. |
Code | Error code. |