RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCubeDim Class

TCubeDim represents an entry in the dimension map of a decision cube.

Pascal
TCubeDim = class(TDimensionItem);
C++
class TCubeDim : public TDimensionItem;

Mxstore

Use TCubeDim to obtain information about the dimensions or summaries maintained by a decision cube. The decision cube maintains a collection of TCubeDim objects that describe the fields over which the information in the decision cube is summarized and the fields that supply those summarized values. The properties of TCubeDim can be used to change the display names of the dimensions of the decision cube, or to expand or collapse individual dimensions of the multidimensional array of values cached by the decision cube. 

TCubeDim introduces properties and methods to allow a decision cube to include date ranges as the values along one of its dimensions. 

 

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