FireDAC.Stan.Param.TFDParams.Items
Delphi
property Items[Index: Integer]: TFDParam read GetItem write SetItem; default;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | FireDAC.Stan.Param.pas | FireDAC.Stan.Param | TFDParams |
Description
Provides access to individual parameters in the TFDParams collection.
Use the Items property to access individual parameters of the TFDParams collection by Index.
Note To search for individual parameters by their position in the SQL command text, use the ParamByPosition method.