FireDAC.Comp.Script.TFDScriptCommand.Position

From RAD Studio API Documentation
Revision as of 09:17, 31 July 2013 by Andreeah (talk | contribs) (English review - RS 41333)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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