RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDecisionSource.OpenDimIndexLeft Method

Opens the first closed dimension that appears before a specified dimension.

Pascal
procedure OpenDimIndexLeft(dimGroup: TDimGroup; Index: Integer; bOpen: Boolean);
C++
__fastcall OpenDimIndexLeft(TDimGroup dimGroup, int Index, Boolean bOpen);

Call OpenDimIndexLeft to reopen a closed dimension so that its values appear in the decision control. 

OpenDimIndexLeft opens the first closed dimension before the dimension identified by the Index parameter. If the dimGroup parameter is dgRow, Index identifies a row dimension, where 0 specifies the first row dimension, 1 specifies the second row dimension, and so on. If the dimGroup parameter is dgCol, Index identifies a column dimension, starting with an index of 0 for the first column dimension. No other values for dimGroup should be used with the OpenDimIndexLeft method. To open the last closed row or column dimension, set Index to -1. The bOpen parameter specifies whether closed dimensions are counted when interpreting Index. Only open dimensions are counted when bOpen is true. 

 

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