TwclClientConnectionProcessorEvent Delegate

The Data Client Component's event handler prototype for OnCreateProcessor and OnDestroyProcessor events.

Namespace: wclConnections
type
 TwclClientConnectionProcessorEvent = procedure(Sender: TObject;
 const Connection: TwclClientDataConnection) of object;

Parameters

Sender

The object that initiated the event.

Connection

The TwclClientDataConnection object that requires a Data Processor.