Vcl.ActnMan.TCustomActionBar.VertSeparator

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property VertSeparator: Boolean read FVertSeparator write SetVertSeparator;

C++

__property bool VertSeparator = {read=FVertSeparator, write=SetVertSeparator, nodefault};

Properties

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

Description

Indicates whether a vertical separator bar should appear between item lines.

An action band can arrange its child controls using multiple columns. Items which cannot be displayed on one column wrap to the next. Set VertSeparator to true if you want a separator bar to appear between the columns.

See Also