RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDimensionItem Class

TDimensionItem is the base class for objects that represent dimensions and summaries in a crosstabulated data store.

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

MXCOMMON

Use TDimensionItem as a base class when defining classes that represent the fields used by a crosstabulated data store. TDimensionItem describes a field from the data set used by a crosstabulated data store and the role that field plays in the data store. Crosstabulated data stores automatically create dimension items to represent the fields that make up their multidimensional arrays of summary values. 

TDimensionItem has a single descendant, TCubeDim, that enhances the dimension item with the ability to represent date ranges. 

 

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