Vcl.ComCtrls.TToolBar.ButtonCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ButtonCount: Integer read GetButtonCount;

C++

__property int ButtonCount = {read=GetButtonCount, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TToolBar

Description

Gives the number of buttons in the toolbar.

ButtonCount gives the number of buttons in the Buttons array.

See Also

Code Examples