IsDocked(Bar: IControlBar): Boolean;
Bar - popup panel that must be checked if it is grouped with this panel.
The IsDocked method checks if this popup panel is in the same group with the panel that is passed by the Bar parameter.
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: