FireDAC.Comp.DataSet.TFDAggregates

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TCollectionSystem.Classes.TPersistentSystem.TObjectTFDAggregates
[–] Properties
Type: class
Visibility: public
Source:
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
Unit: FireDAC.Comp.DataSet
Parent: FireDAC.Comp.DataSet

Delphi

TFDAggregates = class(TCollection)

C++

class PASCALIMPLEMENTATION TFDAggregates : public System::Classes::TCollection

Description

TFDAggregates is a collection of TFDAggregate objects.

TFDAggregates is a list of all aggregated values maintained by the dataset. A single TFDAggregate object represents a single maintained aggregated value. The aggregated values are maintained and calculated automatically by the dataset, if:

See Also