REST.Client.TRESTRequest.OnBeforeExecute
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 メソッドの開始後)に発生するイベントです。