Vcl.ComCtrls.TToolBar.ButtonCount

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ButtonCount: Integer read GetButtonCount;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TToolBar

Beschreibung

Gibt die Anzahl der Schaltflächen in der Symbolleiste an.

ButtonCount gibt die Anzahl der Schaltflächen im Array Buttons an.

Siehe auch

Codebeispiele