rootPanel()

Returns the name of a particular root panel.

Synopsis

string rootPanel( [string modulename] );

Parameters

Parameter Description
modulname Name of the module

Return value

Panel name or empty string

Error

Description

Returns the name of the current root panel in a specified module of its own User Interface Manager. If no module of the given name opens, an empty string will be returned. If no module name is transferred, the function refers to its own module.

Example

main()
{
  DebugN(rootPanel());
}

Assignment

Management of managers...

Availability

UI