Vcl.ActnMan.TCustomActionBar.HRowCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HRowCount: Integer read FHRowCount;

C++

__property int HRowCount = {read=FHRowCount, nodefault};

Properties

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

Description

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

If the action band arranges its items in columns (that is, when the Orientation property is boTopToBottom or boBottomToTop), the action band uses HRowCount internally to determine how many columns are needed to display all of the items that are not hidden.

See Also