FireDAC.Comp.Client.TFDCustomConnection.AttachClient

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDCustomConnection

Delphi

procedure AttachClient(AClient: TObject);

C++

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

Description

Associates objects internally with the connection component.

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