Vcl.ComCtrls.TToolBar.RowCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RowCount: Integer read GetRowCount;

C++

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

Properties

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

Description

Indicates the number of rows in the toolbar.

Reading RowCount returns the number of rows in which the tool buttons are arranged.

See Also