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