RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDimensionItem.IsSummary Method

Indicates whether the dimension item represents a summary.

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

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

 

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