FireDAC.Comp.Script.TFDScript.CurrentCommand

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: TFDScript

Delphi

property CurrentCommand: TFDScriptCommand read FCurrentCommand;

C++

__property TFDScriptCommand* CurrentCommand = {read=FCurrentCommand};

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