IControlBar.IsDocked

Syntax

IsDocked(Bar: IControlBar): Boolean;

Parameters

Bar - popup panel that must be checked if it is grouped with this panel.

Description

The IsDocked method checks if 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