IControlBar.DockIn

Syntax

DockIn(Bar: IControlBar): Boolean;

Parameters

Bar. Popup panel, which must be grouped with the current popup panel.

Description

The DockIn method groups the current popup panel with the panel that is passed by the input parameter.

Comments

In the grouped state the change of properties that determine the position of one panel causes the change of position of the whole group. In the hidden state the tabs of the panels are placed near them, in the docked and floating state - one common window, at the bottom of which the tabs with the names of the panels are displayed, is created for the panels. The grouped panel is added to the end of the group.

Example

See also:

IControlBar