REST.Client.TRESTRequest.OnAfterExecute

提供:RAD Studio API Documentation

Delphi

property OnAfterExecute: TCustomRESTRequestNotifyEvent read FOnAfterExecute write FOnAfterExecute;

C++

__property OnAfterExecute;

プロパティ

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

説明

要求の完了後(つまり Execute メソッドの完了後)に発生するイベントです。 {{#multireplace:REST.Client.TRESTRequest.OnAfterExecute|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} は {{#multireplace:REST.Client.TCustomRESTRequest.OnAfterExecute|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を継承しています。以下の内容はすべて {{#multireplace:REST.Client.TCustomRESTRequest.OnAfterExecute|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を参照しています。


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

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

関連項目