FireDAC.Comp.Script.TFDHostCommandEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

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

Properties

Type Visibility Source Unit Parent
typedef public 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