FireDAC.Comp.Script.TFDHostCommandEvent

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

Type Visibility Source Unit Parent
type
typedef
public
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
FireDAC.Comp.Script FireDAC.Comp.Script

Description

Occurs when an OS host command must be executed.

Write a TFDHostCommandEvent event handler to take specific actions when an OS host command must be executed by the HOST or SHELL SQL script commands.

See Also