Data.DBXTransport.TTransportFilterCollection.StartHandshake

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure StartHandshake; virtual;

C++

virtual void __fastcall StartHandshake();

Properties

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

Description

Starts the handshake phase.

StartHandshake starts the handshake phase for all filters of the collection.

See Also