RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAggregates.Add Method

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

Pascal
function Add: TAggregate;
C++
__fastcall TAggregate Add();

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!