Data.DBXTransport.TTransportFilter.IsHandshakeStarted

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsHandshakeStarted: Boolean; virtual;

C++

virtual bool __fastcall IsHandshakeStarted(void);

Properties

Type Visibility Source Unit Parent
function protected
Data.DBXTransport.pas
Data.DBXTransport.hpp
Data.DBXTransport TTransportFilter

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.

See Also