DestroyChildren: Difference between revisions
Jump to navigation
Jump to search
(Removing all content from page) |
m (Bot (Edward's framework)) |
||
Line 1: | Line 1: | ||
==destroyChildren== | |||
Destroys all children of a window. | |||
If the window is a notebook all pages are removed. | |||
Lua Syntax: | |||
<pre>destroyChildren( [windowName])</pre> | |||
===Arguments=== | |||
====windowName==== | |||
:'''"string"''' - Name of a window from which you want to remove all child-windows/controls. | |||
===Flags=== | |||
===Return Values=== | |||
None. |
Latest revision as of 11:57, 16 August 2009
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.