Vcl.CategoryButtons.TButtonCategories.VisibleCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property VisibleCount: Integer read GetVisibleCount;

C++

__property int VisibleCount = {read=GetVisibleCount, nodefault};

Properties

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

Description

VisibleCount returns the number of visible buttons.

The VisibleCount read-only property gives the number of currently visible buttons in the entire category list.

The buttons grouped under an item of the Items category list are considered to be visible if the corresponding item is not collapsed.

See Also