property NonBlocking: Boolean;

 

Description

Use this property to determine what data transferring mode will be used: synchronous or asynchronous. If NonBlocking is True, the ReadBuffer method will not block the execution of other code in the application. The data is transferred in asynchronous mode.

When data is received from the server, the OnAsyncReceive event will arise.

 

See Also

InCount

OnAsyncReceive

ReadBuffer

WriteBuffer

 

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