API:Data.DB.TDataSetField.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: TDataSetField

Delphi

function GetFields: TFields; override;

C++

virtual TFields* __fastcall GetFields();

Description

Gets the owned fields (as a TFields object).

Data.DB.TDataSetField.GetFields inherits from Data.DB.TObjectField.GetFields. All content below this line refers to Data.DB.TObjectField.GetFields.

Gets the owned fields (as a TFields object).

GetFields returns the TFields object that represents the owned fields.

See Also