Datasnap.DSClientRest.TDSCustomRestConnection.OnAfterExecute
[–] Properties | |
---|---|
Type: event | |
Visibility: public | |
Source: Datasnap.DSClientRest.pas Datasnap.DSClientRest.hpp
| |
Unit: Datasnap.DSClientRest | |
Parent: TDSCustomRestConnection |
Delphi
property OnAfterExecute: TNotifyEvent read FAfterExecute write FAfterExecute;
C++
__property System::Classes::TNotifyEvent OnAfterExecute = {read=FAfterExecute, write=FAfterExecute};
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.