Vcl.CategoryButtons.TButtonCategory.Items

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Items: TButtonCollection read FItems write SetItems;

C++

__property TButtonCollection* Items = {read=FItems, write=SetItems};

Properties

Type Visibility Source Unit Parent
property published
Vcl.CategoryButtons.pas
Vcl.CategoryButtons.hpp
Vcl.CategoryButtons TButtonCategory

Description

Specify the button items in this category.

You define items from within the context of the Categories Editor. When the Categories Editor is displayed, the Object Inspector changes to reflect what is in the Categories Editor. In the Object Inspector, you can click the Items property to display the Items Editor. Use the Items Editor to add buttons to the category.

Code Examples