Skip to main content

TdxZone.Owner Property

Gets the control to which the zone belongs.

Declaration

property Owner: TdxCustomDockControl read;

Property Value

Type
TdxCustomDockControl

Remarks

The Owner property returns the dock control to which the zone belongs. If a zone is used as the target of docking operations, the Owner property returns the control that will be the parent of controls docked to this zone. If a zone is a resize zone, the Owner property returns the control that is resized.

You can use the Owner property when handling events that fire in response to performing docking or resizing operations. These events provide zones as parameters. Thus, you can determine the control to which another control is docked or the control being resized.

See Also