Data.DB.TDataSet.GetAggFieldsClass
[–] 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