FireDAC.Comp.DataSet.TFDFieldList
[–] Properties | |
---|---|
Type: typedef | |
Visibility: public | |
Source: FireDAC.Comp.DataSet.hpp | |
Unit: FireDAC.Comp.DataSet | |
Parent: FireDAC.Comp.DataSet |
C++
typedef System::Generics::Collections::TList__1<Data::Db::TField*> TFDFieldList;
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.