Datasnap.DSClientRest.TDSRestConnection.OnAfterExecute

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: event
Visibility: published
Source:
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Unit: Datasnap.DSClientRest
Parent: TDSRestConnection

Delphi

property OnAfterExecute;

C++

__property OnAfterExecute;

Description

Occurs after TDSCustomRestConnection receives the results from executing a method on the application server.

Datasnap.DSClientRest.TDSRestConnection.OnAfterExecute inherits from Datasnap.DSClientRest.TDSCustomRestConnection.OnAfterExecute. All content below this line refers to Datasnap.DSClientRest.TDSCustomRestConnection.OnAfterExecute.

Occurs after TDSCustomRestConnection receives the results from executing a method on the application server.

Write an OnAfterExecute event handler to examine or alter the encoded results from executing a method on the application server.

See Also