TwclClientConnectionDisconnectEvent Delegate

The prototype of the OnDisconnect event handler for client connections.

Namespace: wclConnections
type
 TwclClientConnectionDisconnectEvent = procedure(Sender: TObject;
 const Reason: Integer) of object;

Parameters

Sender

The object that initiated the event.

Reason

The disconnection code. If the parameter is wclErrors.WCL_E_SUCCESS the connection was closed by the Disconnect call. Otherwise indicates the disconnection reason.