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