Accuracer: The First And Only Cross-Platform BDE Replacement
Client-Server Single-File Embedded Database with SQL for Delphi / C++Builder / Kylix


TDataSet.AggFields
TDataSet
Top 

Contains the aggregate fields.

property AggFields: TFields;

Description
Some TDataSet descendants, such as TClientDataSet, support aggregate fields. Aggregate fields summarize data over groups of records from the dataset (as opposed to calculated fields, which can only summarize data over the fields of a single record). AggFields is a collection of all such aggregate fields that are supported by the dataset.

Note:   The Fields property is a collection of all the dataset's fields that are not aggregate fields. Thus, AggFields and Fields are mutually exclusive collections of the dataset's fields. These two properties contain all of the dataset's fields between them.


© AidAim Software Accuracer: Client-server Database Single-file Database Delphi Database Embedded Databas