Vcl.ActnMan.TCustomActionControl.Separator

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Separator: Boolean read GetSeparator;

C++

__property bool Separator = {read=GetSeparator, nodefault};

Properties

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

Description

Indicates whether the control is a separator.

Menus and toolbars may include separators, which often appear as vertical or horizonal bars. Separators are also instances of TCustomActionControl or one of its descendants. Use Separator to see if the current control is a separator.