RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDecisionSource.ControlType Property

Specifies how the decision source responds to messages from the decision pivot.

Pascal
property ControlType: TDecisionControlType;
C++
__property TDecisionControlType ControlType;

Use ControlType to specify what combination of row or column dimensions can be open at the same time. ControlType has one of the following values:

Value 
Meaning 
xtCheck  
Pressing dimension buttons opens or closes an individual dimension, changing the number of open dimensions.  
xtRadio  
Pressing dimension buttons opens or closes the selected dimension and closes all other dimensions in that direction. When ControlType is xtRadio, at most one row dimension and one column dimension may be open at a time.  
xtRadionEx  
Pressing dimension buttons opens the selected dimension and closes all other dimensions in that direction or closes the selected dimension and opens another dimension in the same direction. When ControlType is xtRadioEx, exactly one row dimension and one column dimension must be open at any time.  

 

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