Data.DB.TDataSet.GetFieldListClass
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: protected | |
| Source: Data.DB.pas Data.DB.hpp
| |
| Unit: Data.DB | |
| Parent: TDataSet | |
Delphi
function GetFieldListClass: TFieldListClass; virtual;
C++
virtual TFieldListClass __fastcall GetFieldListClass();
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