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 items in the TFDParam component.
Use the Items property in order to access each individual item stored in the TFDParam component.
Index
represents the number of the item you want to access.