FireDAC.Comp.Client.TFDCustomConnection.DetachClient

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DetachClient(AClient: TObject);

C++

void __fastcall DetachClient(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

Removes objects from the internal list of objects that are informed when a connection is created or terminated.

AClient should be an object that was previously associated with a call to AttachClient. Datasets call this method when they stop using the connection component.