FireDAC.Comp.Script.TFDHostCommandEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
FireDAC.Comp.Script FireDAC.Comp.Script

Beschreibung

Wird ausgelöst, wenn eine Betriebssystem-Host-Anweisung ausgeführt werden muss.

Mit einer TFDHostCommandEvent-Ereignisbehandlungsroutine können Sie besondere Aktionen ausführen, wenn eine Betriebssystem-Host-Anweisung durch die SQL-Skriptanweisungen HOST oder SHELL ausgeführt werden muss.

Siehe auch