FireDAC.Phys.TFDPhysEventAlerter.InternalChangeHandlerModified

提供: RAD Studio API Documentation
移動先: 案内検索

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);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
FireDAC.Phys.pas
FireDAC.Phys.hpp
FireDAC.Phys TFDPhysEventAlerter


説明

変更ハンドラ登録のドライバ固有の実装です。

AddChangeHandlerRemoveChangeHandler の両方が InternalChangeHandlerModified を呼び出します。