Vcl.CategoryButtons.TCategoryButtons.CurrentCategory

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CurrentCategory: TButtonCategory read GetCurrentCategory;

C++

__property TButtonCategory* CurrentCategory = {read=GetCurrentCategory};

Properties

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

Description

Returns the current category.

The CurrentCategory property returns the current category of the selected TButtonCategory object.

See Also

Code Examples