RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDimensionItems Class

TDimensionItems is the base class for objects that represent dimension maps.

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

MXCOMMON

Use TDimensionItems as a base class when defining classes that represent the dimension map of a crosstabulated data store. TDimensionItems represents a collection of TDimensionItem objects, where each TDimensionItem corresponds to a field from the data set of the crosstabulated data store. 

TDimensionItems has a single descendant, TCubeDims, that adds additional functionality 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!