Vcl.ActnMan.TCustomActionBar.VRowCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property VRowCount: Integer read FVRowCount;

C++

__property int VRowCount = {read=FVRowCount, nodefault};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionBar

Description

Indicates the number of rows of items that the action band displays.

If the action band arranges its items in rows (that is, when the Orientation property is boLeftToRight or boRightToLeft), the action band uses VRowCount internally to determine how many rows are needed to display all of the items that are not hidden.

See Also