Datasnap.DSClientRest.TDSCustomRestConnection.OnBeforeExecute

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

Delphi

property OnBeforeExecute: TNotifyEvent read FBeforeExecute write FBeforeExecute;

C++

__property System::Classes::TNotifyEvent OnBeforeExecute = {read=FBeforeExecute, write=FBeforeExecute};

プロパティ

種類 可視性 ソース ユニット
event public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSCustomRestConnection


説明

TDSCustomRestConnection が、実行のためにエンコードしたメソッド呼び出しを送信する前に、発生します。

OnBeforeExecute イベント ハンドラを記述して、エンコードされたメソッド呼び出しを、それがサーバーに対して送信される前に、検討または変更します。

関連項目