FireDAC.Comp.DataSet.TFDFieldList
C++
typedef System::Generics::Collections::TList__1<Data::Db::TField*> TFDFieldList;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
typedef | public | FireDAC.Comp.DataSet.hpp | FireDAC.Comp.DataSet | FireDAC.Comp.DataSet |
Description
Provides a way to manage and access the individual fields of a dataset, allowing users to iterate through the fields, retrieve field information, and manipulate field properties.