REST.Backend.EndPoint.TCustomBackendEndpoint.DoAfterExecute

From RAD Studio API Documentation

Delphi

procedure DoAfterExecute; override;

C++

virtual void __fastcall DoAfterExecute(void);

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. {{#multireplace:REST.Backend.EndPoint.TCustomBackendEndpoint.DoAfterExecute|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:REST.Client.TCustomRESTRequest.DoAfterExecute|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:REST.Client.TCustomRESTRequest.DoAfterExecute|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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