RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ButtonGroup.TGrpButtonOptions Type

Options for button groups.

Pascal
TGrpButtonOptions = set of (gboAllowReorder, gboFullSize, gboGroupStyle, gboShowCaptions);
C++
(gboAllowReorder, gboFullSize, gboGroupStyle, gboShowCaptions) TGrpButtonOptions;

ButtonGroup

The following options are available:

Option 
Description 
gboAllowReorder  
Allows the user to reorder buttons within the group at runtime by dragging buttons to new locations within the group.  
gboFullSize  
Resizes the buttons to take up the entire width of the button group container.  
gboGroupStyle  
Shows selected button as greyed out or darker than unselected buttons.  
gboShowCaptions  
Displays captions on each button.  

 

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