Vcl.CategoryButtons.TCategoryButtons.SelectedItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SelectedItem: TBaseItem read FSelectedItem write SetSelectedItem;

C++

__property TBaseItem* SelectedItem = {read=FSelectedItem, write=SetSelectedItem};

Properties

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

Description

Returns the selected button.

The SelectedItem property returns the selected button from the category buttons.

See Also

Code Examples