RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCubeDims Class

TCubeDims is a collection of TCubeDim objects.

Pascal
TCubeDims = class(TDimensionItems);
C++
class TCubeDims : public TDimensionItems;

Mxstore

Use TCubeDims as the dimension map of a crosstabulated data store. Each TCubeDim object maintained by TCubeDims corresponds to a field from the data set of the crosstabulated data store. Each TCubeDim object can be used as either a dimension (a field over which data is summarized), or a summary (a value summarized over the dimensions). 

TCubeDims introduces new properties to handle dimension maps that include date ranges. 

 

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