Vcl.ButtonGroup.TButtonGroup

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Controls.TCustomControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTButtonGroup

Delphi

TButtonGroup = class(TCustomControl)

C++

class PASCALIMPLEMENTATION TButtonGroup : public Vcl::Controls::TCustomControl

Properties

Type Visibility Source Unit Parent
class public
Vcl.ButtonGroup.pas
Vcl.ButtonGroup.hpp
Vcl.ButtonGroup Vcl.ButtonGroup

Description

TButtonGroup displays a group of buttons in a container.

You can use a TButtonGroup to create a related set of buttons. For example, in the RAD Studio IDE, a button group control is used to display Tool Palette categories. The button group appears when you click the CategoriesBtn.png Show palette categories button in the IDE:

ButtonGroup.png

See Also


Code Examples