PanelOffModule()
Closes a panel in a specific module.
Synopsis
PanelOffModule(string PanelName, string ModuleName);
Parameters
Parameter | Description |
---|---|
PanelName | panel to be closed |
ModuleName | Module in which the panel is located |
Return value
None
Error
Description
Closes the panel "PanelName" in the module "ModuleName".
Example
main()
{
PanelOffModule("PANEL_1","M1");
}
Assignment
panel.ctl
Availability
UI