FireDAC.Comp.Script.TFDScriptCommand.Position

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Position: TPoint read FPosition;

C++

__property System::Types::TPoint Position = {read=FPosition};

Properties

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

Description

Returns the current position of the script command.

Use the Position property to get / set the current position of the SQL script. It is useful only inside of the Parse method implementation.

See Also