Vcl.ButtonGroup.TGrpButtonOptions
Delphi
type TGrpButtonOptions = set of (gboAllowReorder, gboFullSize, gboGroupStyle, gboShowCaptions);
C++
typedef System::Set<Vcl_Buttongroup__1, Vcl_Buttongroup__1::gboAllowReorder, Vcl_Buttongroup__1::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. |