IToolbar.AllowClose

Syntax

AllowClose: Boolean;

Description

The AllowClose property determines whether it is possible to close the ToolBar toolbar if the bar is not docked to the form but it is placed independently in the form area.

Comments

If the property is set to True, the toolbar can be closed, otherwise, it is impossible to close it.

See also:

IToolbar