myPanelName()
Returns the name of the current panel.
Synopsis
string myPanelName();
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
Administration of managers, modules and panelsAvailability
UI