Data.DB.TDataSet.GetAggFieldsClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAggFieldsClass: TFieldsClass; virtual;

C++

virtual TFieldsClass __fastcall GetAggFieldsClass();

Properties

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

Description

Returns the metaclass for the aggregate fields.

GetAggFieldsClass is used to get the class reference for aggregate fields.

See Also