FireDAC.Phys.TFDPhysEventAlerter.InternalChangeHandlerModified

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure InternalChangeHandlerModified(const AHandler: IFDPhysChangeHandler;  const AEventName: String; AOperation: TOperation); virtual;

C++

virtual void __fastcall InternalChangeHandlerModified(const Firedac::Phys::Intf::_di_IFDPhysChangeHandler AHandler, const System::UnicodeString AEventName, System::Classes::TOperation AOperation);

Propriétés

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


Description

Implémentation spécifique au pilote du recensement d'un gestionnaire de modifications.

AddChangeHandler et RemoveChangeHandler appellent InternalChangeHandlerModified.