WebControl.Parent
From Xojo Documentation
Property (As WebView )
This property is only available for Web applications. |
aWebControl.Parent = newWebViewValue
or
WebViewValue = aWebControl.Parent
New in 2010r4
Supported for all project types and targets.
or
WebViewValue = aWebControl.Parent
New in 2010r4
Supported for all project types and targets.
Used to get the control’s parent control or page. If the parent control is a WebContainer, then it returns the WebContainer. If it is on a WebPage, it returns the WebPage.