FireDAC.Phys.TFDPhysEventAlerter.AddChangeHandler

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure AddChangeHandler(const AHandler: IFDPhysChangeHandler);

C++

void __fastcall AddChangeHandler(const Firedac::Phys::Intf::_di_IFDPhysChangeHandler AHandler);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
protected
FireDAC.Phys.pas
FireDAC.Phys.hpp
FireDAC.Phys TFDPhysEventAlerter


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