FireDAC.Comp.Script.TFDScriptCommand.Position
| [–] 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.