RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDecisionSource.nDims Property

Indicates the number of active dimensions in the decision cube.

Pascal
property nDims: Integer;
C++
__property int nDims;

Read nDims to determine the number of dimensions the decision source can provide to a decision control. The decision source does not necessarily provide decision controls with all the dimensions counted by the nDims property. Some of the dimensions may be closed. 

The dimensions available through the decision source are divided into column dimensions and row dimensions. These are counted by the nColDims and nRowDims properties, respectively. nDims is equal to the sum of nColDims and nRowDims

 

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