1234567891011121314151617181920212223242526272829303132333435 |
- .. _func_maxgui_html views_htmlviewgo:
- ==========
- HtmlViewGo
- ==========
- HtmlViewGo -
- Description
- ===========
- .. code-block:: blitzmax
- HtmlViewGo( view:TGadget,url$ )
- Direct the HTMLView gadget to a new URL.
- See Also: #CreateHTMLView
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- See Also
- ========
|