DestroyChildren

From VisionaireWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.