REST.Client.TCustomRESTRequest.OnAfterExecute

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

Delphi

property OnAfterExecute: TCustomRESTRequestNotifyEvent read FOnAfterExecute write FOnAfterExecute;

C++

__property TCustomRESTRequestNotifyEvent OnAfterExecute = {read=FOnAfterExecute, write=FOnAfterExecute};

プロパティ

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


説明

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

このイベントは、Execute メソッドが完了し Response が処理された後に発生します。

関連項目