Data.DB.TDataSet.GetFieldListClass
Delphi
function GetFieldListClass: TFieldListClass; virtual;
C++
virtual TFieldListClass __fastcall GetFieldListClass();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Data.DB.pas Data.DB.hpp |
Data.DB | TDataSet |
Description
Returns the metaclass for a field list class.
GetFieldListClass is used to get the class reference for a dataset's FieldList property class, which is of type TFieldList.
See Also