1234567891011121314151617181920212223242526272829303132333435 |
- .. _func_maxgui_html views_htmlviewcurrenturl:
- ==================
- HtmlViewCurrentURL
- ==================
- HtmlViewCurrentURL -
- Description
- ===========
- .. code-block:: blitzmax
- HtmlViewCurrentURL$( view:TGadget )
- Get the current URL of an HTMLView gadget.
- See Also: #CreateHTMLView
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- See Also
- ========
|