type
TScAsyncReceiveEvent = procedure(Sender: TObject) of object;
property OnAsyncReceive: TScAsyncReceiveEvent;
Description
The OnAsyncReceive event occurs if data was received from the server. The data can be read with the ReadBuffer method. The InCount property indicates size of the received data.
See Also