FireDAC.Stan.Param.TFDMacros.Items
Delphi
property Items[AIndex: Integer]: TFDMacro read GetItem write SetItem; default;
C++
__property TFDMacro* Items[int AIndex] = {read=GetItem, write=SetItem/*, default*/};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FireDAC.Stan.Param.pas FireDAC.Stan.Param.hpp |
FireDAC.Stan.Param | TFDMacros |
Description
Provides access to individual items in the TFDMacros collection.
Use the Items property to access each individual item stored in the TFDMacros collection.
AIndex
represents the index of the item you want to access.