Datasnap.DBClient.TAggregates.Add

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Add: TAggregate;

C++

HIDESBASE TAggregate* __fastcall Add();

Properties

Type Visibility Source Unit Parent
function public
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Datasnap.DBClient TAggregates

Description

Creates a new TAggregate object and adds it to the end of the Items property array.

Call Add to add a new aggregate to the set of aggregates that can be used with a client dataset. Once the aggregate is created and added using Add, its properties can be set to indicate how it is used.

See Also