Vcl.ButtonGroup.TButtonGroup.ButtonOptions
Delphi
property ButtonOptions: TGrpButtonOptions read FButtonOptions write SetGrpButtonOptions default [gboShowCaptions];
C++
__property TGrpButtonOptions ButtonOptions = {read=FButtonOptions, write=SetGrpButtonOptions, default=8};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Vcl.ButtonGroup.pas Vcl.ButtonGroup.hpp |
Vcl.ButtonGroup | TButtonGroup |
Description
Specifies options for button display and behavior.
Set the following options on your button group:
Option | Description |
---|---|
gboAllowReorder |
Allows the user to reorder buttons within the group at runtime. |
gboFullSize |
Sets the width of the buttons in the group to the maximum size, which is the entire width of the container. |
gboGroupStyle |
Specifies that the buttons should inherit the group style that is set on the container. |
gboShowCaptions |
Toggles the captions that you set in the Items property. |