FireDAC.Phys.Intf.IFDPhysEventAlerter.AddChangeHandler

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure AddChangeHandler(const AHandler: IFDPhysChangeHandler);

C++

virtual void __fastcall AddChangeHandler(const _di_IFDPhysChangeHandler AHandler) = 0 ;

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
FireDAC.Phys.Intf.pas
FireDAC.Phys.Intf.hpp
FireDAC.Phys.Intf IFDPhysEventAlerter


Description

Ajoute un gestionnaire de modifications, par exemple une instance de TFDAdaptedDataSet, à cette alerte d'événement.

AddChangeHandler est automatiquement appelée quand TFDAdaptedDataSet.ChangeAlerter reçoit une valeur autre que nil.

Voir aussi