RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDecisionPivot.Groups Property

Specifies which controls appear in a decision pivot.

Pascal
property Groups: TDecisionPivotOptions;
C++
__property TDecisionPivotOptions Groups;

Set Groups to limit the types of controls that appear in the decision pivot. This allows greater flexibility over where the controls appear in a form. For example, a form can contain three decision pivots: one containing only row dimension buttons, one containing only column dimension buttons, and one containing only the summary selection combo box. These three pivots can then be arranged anywhere on the form. 

Groups is a set containing one or more of the following values:

Value 
Meaning 
xtRows  
The pivot contains row dimension buttons.  
xtColumns  
The pivot contains column dimension buttons.  
xtSummaries  
The pivot contains a summary selection combo box.  

 

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