Data.DB.TDataSetField.GetFields
Delphi
function GetFields: TFields; override;
C++
virtual TFields* __fastcall GetFields(void);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | protected | Data.DB.pas Data.DB.hpp | Data.DB | TDataSetField | 
Description
Returns a reference to a TFields object.
The GetFields method returns a reference to a TFields object that is used by the nested dataset to manage its fields.