RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDimensionItem.IsDimension Method

Indicates whether the dimension item represents a dimension.

Pascal
function IsDimension: Boolean;
C++
__fastcall Boolean IsDimension();

Call IsDimension to determine the use of the dimension item. IsDimension returns true if the dimension item represents one of the dimensions of the multidimensional array maintained by a crosstabulated data store. IsDimension returns false if the dimension item represents a field that provides the summary values that fill the cells of the multidimensional array. 

 

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