FireDAC.Comp.Client.TFDCustomEventAlerter.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.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomEventAlerter


Description

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

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

Voir aussi