REST.Client.TRESTRequest.OnAfterExecute

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnAfterExecute: TCustomRESTRequestNotifyEvent read FOnAfterExecute write FOnAfterExecute;

C++

__property OnAfterExecute;

Properties

Type Visibility Source Unit Parent
event published
REST.Client.pas
REST.Client.hpp
REST.Client TRESTRequest

Description

Occurs after completing the request (i.e. after finishing the Execute method).

REST.Client.TRESTRequest.OnAfterExecute inherits from REST.Client.TCustomRESTRequest.OnAfterExecute. All content below this line refers to REST.Client.TCustomRESTRequest.OnAfterExecute.


Occurs after completing the request (i.e. after finishing the Execute method).

This event occurs after the Execute method has finished and the Response has been processed.

See Also