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