FireDAC.Comp.Client.TFDCustomConnection.DetachClient

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 DetachClient(AClient: TObject);

C++

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

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.