Difference between revisions of "WebView"
From Xojo Documentation
Line 21: | Line 21: | ||
<dynamicTable id="Methods" super="WebUIControl" class="methodTable" title="Methods" columns="3"> | <dynamicTable id="Methods" super="WebUIControl" class="methodTable" title="Methods" columns="3"> | ||
{{Method | name=AddControl | params=Child as [[WebControl]] | description=AddControl ( Child As WebControl )
Adds the control to the current WebView.}} | {{Method | name=AddControl | params=Child as [[WebControl]] | description=AddControl ( Child As WebControl )
Adds the control to the current WebView.}} | ||
− | {{Method | name=ControlAt | params=Index As [[Integer]] | description=ControlAt(Integer) As WebControl
The control at the index passed.}} | + | {{Method | name=ControlAt | params=Index As [[Integer]] | description=ControlAt(Index As Integer) As WebControl
The control at the index passed.}} |
</dynamicTable> | </dynamicTable> | ||
Latest revision as of 23:04, 8 February 2022
Class (inherits from WebUIControl)
The super class for all other classes that can contain objects. WebPage, WebDialog, WebContainer, WebRectangle, WebPagePanel and WebTabPanel are all WebViews.
Events | |||||||
|
Methods | |||||||
|
Enumerations | ||
|
Sample Code
This code adds a WebTextField to the page:
See Also
WebPage, WebDialog, WebContainer, WebRectangle, WebPagePanel and WebTabPanel classes.