Datasnap.DSClientRest.TDSCustomRestConnection.OnBeforeExecute

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: event
Visibility: public
Source:
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Unit: Datasnap.DSClientRest
Parent: TDSCustomRestConnection

Delphi

property OnBeforeExecute: TNotifyEvent read FBeforeExecute write FBeforeExecute;

C++

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

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