FireDAC.Comp.DataSet.TFDFieldList

From RAD Studio API Documentation
Jump to: navigation, search

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.


See Also