Vcl.ButtonGroup.TGrpButtonOptions
Delphi
TGrpButtonOptions = set of TGrpButtonOption;
C++
typedef System::Set<TGrpButtonOption, TGrpButtonOption::gboAllowReorder, TGrpButtonOption::gboShowCaptions> TGrpButtonOptions;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| set typedef | public | Vcl.ButtonGroup.pas Vcl.ButtonGroup.hpp | Vcl.ButtonGroup | Vcl.ButtonGroup | 
Description
Options for button groups.
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. |