Vcl.ComCtrls.TToolBar.RowCount

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property RowCount: Integer read GetRowCount;

C++

__property int RowCount = {read=GetRowCount, nodefault};

Eigenschaften

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

Beschreibung

Gibt an, aus wievielen Reihen die Symbolleiste besteht.

RowCount gibt die Anzahl der Reihen zurück, in denen die Schaltflächen angeordnet sind.

Siehe auch