RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDecisionGrid.Dimensions Property

Provides access to the collection of TDisplayDim objects that control the appearance of each dimension.

Pascal
property Dimensions: TDisplayDims;
C++
__property TDisplayDims Dimensions;

Set the properties of the individual TDisplayDim objects to control the appearance of individual dimensions within the grid. The TDisplayDim objects have properties that can override the various color and font properties of the grid to make individual dimensions stand out. They also allow the dimension names, alignments, and formats to be customized, and permit the dimension subtotals for a dimension to be turned on or off.

Note: Do not change the Dimensions property, only the properties of individual TDisplayDim objects accessed through the Dimensions property. To programmatically change the configuration of dimensions that appears in the grid, use the decision source object.
 

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