Datasnap.DSClientRest.TDSCustomRestConnection.AfterExecute

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AfterExecute; virtual;

C++

virtual void __fastcall AfterExecute();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSCustomRestConnection

Description

Generates an OnAfterExecute event.

The AfterExecute method generates an OnAfterExecute event.

See Also