API:Datasnap.DSClientRest.TDSRestConnection.OnBeforeExecute
| [–] Properties | |
|---|---|
| Type: event | |
| Visibility: published | |
| Source: Datasnap.DSClientRest.pas Datasnap.DSClientRest.hpp
| |
| Unit: Datasnap.DSClientRest | |
| Parent: TDSRestConnection | |
Delphi
property OnBeforeExecute;
C++
__property OnBeforeExecute;
Description
Occurs before TDSCustomRestConnection sends an encoded method call for execution.
Datasnap.DSClientRest.TDSRestConnection.OnBeforeExecute inherits from Datasnap.DSClientRest.TDSCustomRestConnection.OnBeforeExecute. All content below this line refers to Datasnap.DSClientRest.TDSCustomRestConnection.OnBeforeExecute.
Occurs before TDSCustomRestConnection sends an encoded method call for execution.
Write an OnBeforeExecute event handler to examine or alter an encoded method call before it is sent to the server.