Data.DB.TDataSetField.GetFields

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetFields: TFields; override;

C++

virtual TFields* __fastcall GetFields();

Properties

Type Visibility Source Unit Parent
function protected
Data.DB.pas
Data.DB.hpp
Data.DB TDataSetField

Description

Returns a reference to a TFields object.

The GetFields method returns a reference to a TFields object that is used by the nested dataset to manage its fields.

See Also