Data.DB.TObjectField.GetFields

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also