FireDAC.Comp.Script.TFDScriptCommand.EngineIntf

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property EngineIntf: IFDScriptEngineIntf read FEngineIntf;

C++

__property _di_IFDScriptEngineIntf EngineIntf = {read=FEngineIntf};

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