REST.Client.TCustomRESTRequest.OnAfterExecute

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnAfterExecute: TCustomRESTRequestNotifyEvent read FOnAfterExecute write FOnAfterExecute;

C++

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

Properties

Type Visibility Source Unit Parent
event public
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTRequest

Description

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