Data.DB.TObjectField.GetFields

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also