Data.DBXTransport.TTransportFilter.HandshakeStarted

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HandshakeStarted: Boolean read IsHandshakeStarted;

C++

__property bool HandshakeStarted = {read=IsHandshakeStarted, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Data.DBXTransport.pas
Data.DBXTransport.hpp
Data.DBXTransport TTransportFilter

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.

See Also