FireDAC.Comp.Script.TFDScript.CurrentCommand

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CurrentCommand: TFDScriptCommand read FCurrentCommand;

C++

__property TFDScriptCommand* CurrentCommand = {read=FCurrentCommand};

Properties

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

Description

A reference to the current command of the SQL script.

Use the CurrentCommand property to get a reference to the current control command of the SQL script.

See Also