Data.DBXTransport.TTransportFilter.StartHandshake

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure StartHandshake; virtual;

C++

virtual void __fastcall StartHandshake(void);

Properties

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

Description

Marks the beginning of the handshake.

The StartHandshake method is used to mark the beginning of the handshake procedure.

See Also