RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDisplayDim Class

TDisplayDim represents a dimension in a decision grid.

Pascal
TDisplayDim = class(TCollectionItem);
C++
class TDisplayDim : public TCollectionItem;

MXGRID

Use TDisplayDim to set the properties of a dimension in a decision grid. Decision grids maintain a collection of TDisplayDim objects that describe the dimension labels that run along their left and top edges. The properties of TDisplayDim can be used to make the labels for a single dimension stand out, or to turn on or off subtotals over the dimension. 

 

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