RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDecisionGrid Class

TCustomDecisonGrid is the base class for controls that present cross-tabulated data in a two-dimensional grid.

Pascal
TCustomDecisionGrid = class(TCustomGrid);
C++
class TCustomDecisionGrid : public TCustomGrid;

MXGRID

Use TCustomDecisionGrid as a base class when defining a decision grid object. Decision grids can present a single summary that is calculated over an arbitrary number of dimensions. 

The field that is summarized and the fields (dimensions) over which it is summarized can be changed dynamically at runtime to view any configuration of summary and dimensions chosen from the dimension map of a decision cube. Changes to the dimensions and summary can be initiated by direct manipulation of the decision grid, or by using a TDecisionPivot object. 

Do not create instances of TCustomDecisionGrid. To add a decision grid to a form, use the TDecisionGrid object. 

 

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