Vcl.ActnMan.TActionClientItem.Separator

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Separator: Boolean read FSeparator;

C++

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

Properties

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

Description

Returns whether the TActionClientItem is rendered as a separator control on an action band.

If the Caption property is set to a dash character, Separator is automatically set to true. Separator is called internally by the action manager to determine whether the TActionClientItem is rendered as a separator control on an action band.

See Also