RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TButtonCategories.VisibleCount Property

VisibleCount returns the number of visible buttons.

Pascal
property VisibleCount: Integer;
C++
__property int VisibleCount;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!