1234567891011121314151617181920212223242526272829303132333435 |
- .. _func_maxgui_html views_htmlviewstatus:
- ==============
- HtmlViewStatus
- ==============
- HtmlViewStatus -
- Description
- ===========
- .. code-block:: blitzmax
- HtmlViewStatus( view:TGadget )
- Get the status of an HTMLView gadget.
- See Also: #CreateHTMLView
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- See Also
- ========
|