Vcl.CategoryButtons.TCategoryButtons

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TCategoryButtons = class(TCustomControl)

C++

class PASCALIMPLEMENTATION TCategoryButtons : public Vcl::Controls::TCustomControl

Properties

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

Description

Defines a group of categorized buttons.

TCategoryButtons is used to create groups of buttons that can be categorized, as on a tool palette. It provides more flexibility than a tool bar.

The TCategoryButtons object can contain TButtonCategory objects, each representing a set of buttons in the same category. Each TButtonCategory object can contain TButtonItem objects. The TButtonCategory and TButtonItem objects can be dynamically reordered. For instance, a button may be dragged or copied from one category to another. Categories can be expanded to show all buttons or collapsed, to hide them.

See Also


Code Examples

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=Vcl.CategoryButtons.TCategoryButtons&oldid=625321"