REST.Backend.EndPoint.TCustomBackendEndpoint.DoAfterExecute

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoAfterExecute; override;

C++

virtual void __fastcall DoAfterExecute();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
REST.Backend.EndPoint.pas
REST.Backend.EndPoint.hpp
REST.Backend.EndPoint TCustomBackendEndpoint

Description

Dispatcher of the OnAfterExecute event.

REST.Backend.EndPoint.TCustomBackendEndpoint.DoAfterExecute inherits from REST.Client.TCustomRESTRequest.DoAfterExecute. All content below this line refers to REST.Client.TCustomRESTRequest.DoAfterExecute.

Dispatcher of the OnAfterExecute event.

Execute calls DoAfterExecute at the end of the execution of the request.

This event dispatcher receives a single parameter, ASender, which is your request.

See Also