Data.DBXTransport.TTransportFilterCollection.HandshakeComplete

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function HandshakeComplete: Boolean; virtual;

C++

virtual bool __fastcall HandshakeComplete();

Properties

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

Description

Marks the end of the handshake phase.

HandshakeComplete marks the end of the handshake phase and returns True if all filters are accepting the parameters.

See Also