IControlBar.IsDocked

Syntax

IsDocked(Bar: IControlBar): Boolean;

Parameters

Bar is a popup panel that should be checked whether it is grouped with this panel.

Description

The IsDocked method checks whether this popup panel is in the same group with the panel that is passed by the Bar parameter.

Comments

If the panels are in the same group, the method returns True, otherwise, it returns False. The panels are grouped using the DockIn method.

See also:

IControlBar