API:Datasnap.DSClientRest.TDSRestConnection.OnBeforeExecute

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnBeforeExecute: TNotifyEvent read FBeforeExecute write FBeforeExecute;

C++

__property OnBeforeExecute;

Properties

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

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.

See Also