Data.DBXTransport.TTransportFilter.StartHandshake

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.DBXTransport.pas
Data.DBXTransport.hpp
Unit: Data.DBXTransport
Parent: TTransportFilter

Delphi

procedure StartHandshake; virtual;

C++

virtual void __fastcall StartHandshake();

Description

Marks the beginning of the handshake.

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

See Also