API:Vcl.ActnCtrls.TActionToolBar.HorzSeparator

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HorzSeparator: Boolean read FHorzSeparator write SetHorzSeparator default 1;

C++

__property HorzSeparator = {default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TActionToolBar

Description

Indicates whether a horizontal separator bar appears between item lines.

Vcl.ActnCtrls.TActionToolBar.HorzSeparator inherits from Vcl.ActnMan.TCustomActionBar.HorzSeparator. All content below this line refers to Vcl.ActnMan.TCustomActionBar.HorzSeparator.

Indicates whether a horizontal separator bar appears between item lines.

An action band can arrange its child controls using multiple lines. Items that cannot be displayed on one line wrap to the next in the same way that words wrap on most word processors. Set HorzSeparator to True if you want a separator bar to appear between the lines.

See Also