FireDAC.Comp.Script.TFDHostCommandEvent

De RAD Studio API Documentation
Aller à : navigation, rechercher

C++

typedef void __fastcall (__closure *TFDHostCommandEvent)(TFDScript* AEngine, const System::UnicodeString ACommand, bool &ADoDefault);

Propriétés

Type Visibilité  Source Unité  Parent
typedef public FireDAC.Comp.Script.hpp FireDAC.Comp.Script FireDAC.Comp.Script

Description

Se produit quand une commande hôte du système d'exploitation doit être exécutée.

Ecrivez un gestionnaire d'événement TFDHostCommandEvent pour entreprendre des actions spécifiques quand une commande hôte du système d'exploitation doit être exécutée par les commandes de scripts SQL HOST ou SHELL.

Voir aussi