Data.DB.TDataSet.GetAggFieldsClass

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: TDataSet

Delphi

function GetAggFieldsClass: TFieldsClass; virtual;

C++

virtual TFieldsClass __fastcall GetAggFieldsClass();

Description

Returns the metaclass for the aggregate fields.

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

See Also