Data.DBXTransport.TTransportFilter.HandshakeStarted
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.DBXTransport.pas Data.DBXTransport.hpp
| |
Unit: Data.DBXTransport | |
Parent: TTransportFilter |
Delphi
property HandshakeStarted: Boolean read IsHandshakeStarted;
C++
__property bool HandshakeStarted = {read=IsHandshakeStarted, nodefault};
Description
Specifies whether the system is in the middle of the handshake process.
The HandshakeStarted property specifies whether the system is in the middle of the handshake process. HandshakeStarted is set to True if the handshake process is active, and to False otherwise.