FireDAC.Comp.Script.TFDScriptCommand.EngineIntf

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property EngineIntf: IFDScriptEngineIntf read FEngineIntf;

C++

__property _di_IFDScriptEngineIntf EngineIntf = {read=FEngineIntf};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
FireDAC.Comp.Script TFDScriptCommand

Description

Returns a reference to the private API of the SQL script engine.

Use the EngineIntf property to get a reference to the private API of the SQL script engine, accessible only to script command classes.

See Also