RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDisplayDims Class

TDisplayDims represents a collection of TDisplayDim objects.

Pascal
TDisplayDims = class(TCollection);
C++
class TDisplayDims : public TCollection;

MXGRID

Use TDisplayDims to describe the dimensions of a decision grid. Each TDisplayDim object maintained by TDisplayDims corresponds to a field from the decision source. Decision grids use TDisplayDims to specify the appearance of the dimension labels that appear along the left and top edges of the grid. 

 

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