RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDecisionSource.nOpenRowDims Property

Indicates the number of row dimensions provided by the decision source.

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

Read nOpenRowDims to determine the number of open row dimensions the decision source provides to a decision control. Row dimensions appear on the x axis of a decision graph or listed along the left side of a decision grid. nOpenRowDims counts only the open row dimensions that appear in the decision control. To determine the number of row dimensions potentially available in the current pivot state, use the nRowDims property. 

 

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