DestroyChildren

From VisionaireWiki
Revision as of 09:42, 25 October 2008 by Timo (talk | contribs) (New page: ==destroyChildren== Destroys all children of a window. If the window is a notebook all pages are removed. Lua Syntax: <pre>destroyChildren( [windowName])</pre> ===Arguments=== ====window...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

destroyChildren

Destroys all children of a window.

If the window is a notebook all pages are removed.

Lua Syntax:

destroyChildren( [windowName])

Arguments

windowName

"string" - Name of a window from which you want to remove all child-windows/controls.

Flags

Return Values

None.