Datasnap.DSClientRest.TDSCustomRestConnection.OnAfterExecute

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnAfterExecute: TNotifyEvent read FAfterExecute write FAfterExecute;

C++

__property System::Classes::TNotifyEvent OnAfterExecute = {read=FAfterExecute, write=FAfterExecute};

Properties

Type Visibility Source Unit Parent
event public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSCustomRestConnection

Description

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