myPanelName()

Returns the name of the current panel.

Synopsis

stringmyPanelName();

Parameters

Parameter Meaning
none -

Return value

Error

Description

Returns the name of the current panel. The name of the panel can be assigned by the user in the graphical editor (GEDI module) under the menu item "Panel" > "Panel attributes".

Example

main()
{
  DebugN(myPanelName());
}

Assignment

Management of managers...

Availability

UI