FireDAC.Stan.Param.TFDParam.Position

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Position: Integer read FPosition write FPosition default 0;

C++

__property int Position = {read=FPosition, write=FPosition, default=0};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Stan.Param.pas
FireDAC.Stan.Param.hpp
FireDAC.Stan.Param TFDParam

Description

Indicates the position of the parameter.

Use the Position to get or set the position of the parameter in the SQL command text. This property is effective when bind-by-position is in effect. The positions start from 1.