FireDAC.Comp.Script.TFDScriptCommand.Position

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 Position: TPoint read FPosition;

C++

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

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