FireDAC.Phys.TFDPhysDriverService.AfterExecute
Delphi
property AfterExecute: TNotifyEvent read FAfterExecute write FAfterExecute;
C++
__property System::Classes::TNotifyEvent AfterExecute = {read=FAfterExecute, write=FAfterExecute};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
event | published | FireDAC.Phys.pas FireDAC.Phys.hpp |
FireDAC.Phys | TFDPhysDriverService |
説明
サービス アクションが実行された後に発生します。
AfterExecute イベント ハンドラを使用すると、サービス アクションが完了した後に、何らかのアクションを実行させることができます。