Vcl.CategoryButtons.TButtonItem.Category

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Category: TButtonCategory read GetCategory;

C++

__property TButtonCategory* Category = {read=GetCategory};

Properties

Type Visibility Source Unit Parent
property public
Vcl.CategoryButtons.pas
Vcl.CategoryButtons.hpp
Vcl.CategoryButtons TButtonItem

Description

The category for the given button item.

Use this property to get the current category of the button collection to which this button item belongs.

See Also