API:Datasnap.DSClientRest.TDSRestConnection.OnBeforeExecute

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnBeforeExecute: TNotifyEvent read FBeforeExecute write FBeforeExecute;

C++

__property OnBeforeExecute;

Propriétés

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

Description

Se produit avant que TDSCustomRestConnection ne renvoie un appel de méthode codé pour l'exécution.

Datasnap.DSClientRest.TDSRestConnection.OnBeforeExecute hérite de Datasnap.DSClientRest.TDSCustomRestConnection.OnBeforeExecute. Tout le contenu en-dessous de cette ligne se réfère à Datasnap.DSClientRest.TDSCustomRestConnection.OnBeforeExecute.

Se produit avant que TDSCustomRestConnection ne renvoie un appel de méthode codé pour l'exécution.

Ecrivez un gestionnaire d'événement OnBeforeExecute pour examiner ou modifier un appel de méthode codé avant sa transmission au serveur.

Voir aussi