FireDAC.Comp.Script.TFDHostCommandEvent

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
type
typedef
Visibility: public
Source:
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
Unit: FireDAC.Comp.Script
Parent: FireDAC.Comp.Script

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

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