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

ReadBuffer

 

SecureBridge Components, Copyright © 2007-2024 Devart. All Rights Reserved. Provide Feedback Visit Forum Request Support