Data.DBXTransport.TTransportFilter.IsHandshakeStarted
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.DBXTransport.pas Data.DBXTransport.hpp
| |
Unit: Data.DBXTransport | |
Parent: TTransportFilter |
Delphi
function IsHandshakeStarted: Boolean; virtual;
C++
virtual bool __fastcall IsHandshakeStarted();
Description
Returns whether the system is in the middle of the handshake process.
The IsHandshakeStarted method returns whether the system is in the middle of the handshake process. IsHandshakeStarted returns True if the handshake process is active, False otherwise.