FireDAC.Comp.DataSet.TFDAggregates

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TCollectionSystem.Classes.TPersistentSystem.TObjectTFDAggregates

Delphi

TFDAggregates = class(TCollection)

C++

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

Properties

Type Visibility Source Unit Parent
class public
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
FireDAC.Comp.DataSet FireDAC.Comp.DataSet

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