Vcl.CategoryButtons.TCategoryButtons.GetCurrentCategory

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCurrentCategory: TButtonCategory; virtual;

C++

virtual TButtonCategory* __fastcall GetCurrentCategory();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.CategoryButtons.pas
Vcl.CategoryButtons.hpp
Vcl.CategoryButtons TCategoryButtons

Description

Retrieves the current category of the selected item.

The GetCurrentCategory method retrieves the current category of the selected item.

See Also