REST.Client.TCustomRESTRequest.OnBeforeExecute

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

Delphi

property OnBeforeExecute: TCustomRESTRequestNotifyEvent read FOnBeforeExecute write FOnBeforeExecute;

C++

__property TCustomRESTRequestNotifyEvent OnBeforeExecute = {read=FOnBeforeExecute, write=FOnBeforeExecute};

プロパティ

種類 可視性 ソース ユニット
event public
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTRequest


説明

要求の開始後(つまり Execute メソッドの開始後)に発生するイベントです。

関連項目