Skip to main content

TdxCustomDockControl.ParentDockControl Property

Returns the immediate parent of the dock control.

Declaration

property ParentDockControl: TdxCustomDockControl read;

Property Value

Type
TdxCustomDockControl

Remarks

Use the ParentDockControl to access the immediate parent of the dock control. If the control is not owned by a container, its immediate parent can be a dock site, a float site or a layout site. Otherwise, the container is the immediate parent for the control.

If you need to access the top most parent of the dock control, use the TopMostDockControl property.

Child controls of a dock control can be accessed using the Children property. The number of children is returned by the ChildCount property.

See Also