FireDAC.Phys.TFDPhysEventAlerter.InternalChangeHandlerModified
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);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | FireDAC.Phys.pas FireDAC.Phys.hpp |
FireDAC.Phys | TFDPhysEventAlerter |
Description
Driver-specific implementation of the registration of a change handler.
Both AddChangeHandler and RemoveChangeHandler call InternalChangeHandlerModified.