FireDAC.Comp.Client.TFDCustomConnection.AttachClient

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AttachClient(AClient: TObject);

C++

void __fastcall AttachClient(System::TObject* AClient);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomConnection

Description

Associates objects internally with the connection component.

Datasets call this method when they start using the connection component.