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