API:REST.Client.TRESTRequest.OnBeforeExecute

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

Delphi

property OnBeforeExecute;

C++

__property OnBeforeExecute;

プロパティ

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

説明

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

REST.Client.TRESTRequest.OnBeforeExecute は REST.Client.TCustomRESTRequest.OnBeforeExecute を継承しています。以下の内容はすべて REST.Client.TCustomRESTRequest.OnBeforeExecute を参照しています。

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

関連項目