FireDAC.Comp.Script.TFDHostCommandEvent
Delphi
TFDHostCommandEvent = procedure (AEngine: TFDScript;
const ACommand: String; var ADoDefault: Boolean) of object;
C++
typedef void __fastcall (__closure *TFDHostCommandEvent)(TFDScript* AEngine, const System::UnicodeString ACommand, bool &ADoDefault);
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
type typedef |
public | FireDAC.Comp.Script.pas 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.