Vcl.ComCtrls.TToolBar.ButtonCount
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