Data.DB.TObjectField.GetFields
Delphi
function GetFields: TFields; virtual;
C++
virtual TFields* __fastcall GetFields();
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | protected | Data.DB.pas Data.DB.hpp | Data.DB | TObjectField | 
Description
Gets the owned fields (as a TFields object).
GetFields returns the TFields object that represents the owned fields.