IUiBar.DockLeftOf

Syntax

DockLeftOf(Bar: IUiBar): Boolean;

Parameters

Bar. The component, to the left of which the current component should be placed.

Description

The DockLeftOf method enables the user to bind the current component to a form by placing it to the left of the component specified in the parameters.

Comments

The method enables the user to bind the ToolBar panel to the form by placing it to the left of the panel specified in the Bar parameter.

If the binding of the ToolBar component was done successfully, the method returns True, otherwise, it returns False. The binding can not be done:

See also:

IUiBar