Datasnap.DSClientRest.TDSCustomRestConnection.OnBeforeExecute

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnBeforeExecute: TNotifyEvent read FBeforeExecute write FBeforeExecute;

C++

__property System::Classes::TNotifyEvent OnBeforeExecute = {read=FBeforeExecute, write=FBeforeExecute};

Properties

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

Description

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