RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TQueryDims.Add Method

Adds a dimension item to the end of the Items array.

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

Do not call the Add method to add dimension items to a TDimensionItems object. The dimension items are added automatically to reflect the fields in the data set of the associated crosstabulated data store. 

Add adds a new dimension item to the collection and returns the new dimension item. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!