FireDAC.Phys.TFDPhysDriverService.BeforeExecute

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

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 イベント ハンドラを使用すると、サービス アクションが実行させる前に、何らかのアクションを実行させることができます。

関連項目