type
TScAsyncReceiveEvent = procedure(Sender: TObject) of object;
property OnAsyncReceiveData: TScAsyncReceiveEvent;
Description
Occurs when data has been received from the client. The data can be read using the ReadBuffer method.
See Also