Datasnap.DSClientRest.TDSRestConnection.OnAfterExecute

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnAfterExecute: TNotifyEvent read FAfterExecute write FAfterExecute;

C++

__property OnAfterExecute;

Properties

Type Visibility Source Unit Parent
event published
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestConnection

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