FireDAC.Comp.Script.TFDScriptCommand.Parser

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Parser: TFDScriptParser read FParser;

C++

__property TFDScriptParser* Parser = {read=FParser};

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 a parser object of the SQL script.

Use the Parser property to get a reference to a parser object of the SQL script. It is useful only inside of the Parse method implementation.

See Also