Datasnap.DSClientRest.TDSCustomRestConnection.OnBeforeExecute
Delphi
property OnBeforeExecute: TNotifyEvent read FBeforeExecute write FBeforeExecute;
C++
__property System::Classes::TNotifyEvent OnBeforeExecute = {read=FBeforeExecute, write=FBeforeExecute};
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
event | public | Datasnap.DSClientRest.pas Datasnap.DSClientRest.hpp |
Datasnap.DSClientRest | TDSCustomRestConnection |
Description
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.