"rootPanel"

Returns a pointer to the root panel of the current panel.

Synopsis

this.rootPanel(string name);

Parameter

Parameter Description
name Name of the root panel (read-only)

Description

Return a pointer to the root panel of the current panel. If no root panel exists the name of the current panel is returned.

Example

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

Assignment

Panel