TdxCustomDockControl.TopMostDockControl Property
Returns the topmost parent for the dock control.
Declaration
property TopMostDockControl: TdxCustomDockControl read;
Property Value
Type |
---|
TdxCustomDockControl |
Remarks
Use the TopMostDockControl property to obtain the topmost parent of the dock control. If a dock control is not floating, the owning dock site is returned. Otherwise, the property returns the owning float site. For dock sites and float sites, the TopMostDockControl property returns nil.
If you need to access the immediate parent of a dock control, read its ParentDockControl property value.
See Also