Vcl.ActnMan.TCustomActionBar.HorzSeparator

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HorzSeparator: Boolean read FHorzSeparator write SetHorzSeparator;

C++

__property bool HorzSeparator = {read=FHorzSeparator, write=SetHorzSeparator, nodefault};

Properties

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

Description

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