WebObject.Parent

From Xojo Documentation

Read-Only Property (As WebView )
WebViewValue = aWebObject.Parent

New in 2010r5

Supported for all project types and targets.

Used to get control's parent control or WebPage.

Example

The following line displays the name of the control’s parent.

Label1.Text = Me.Parent.Name