PanelOff()
| Closes the open panel and module. | 
Synopsis
| PanelOff(); | 
Parameter
| Parameter | Description | 
|---|---|
| - | - | 
Return value
| None. | 
Error
| - | 
Description
| The function PanelOff() closes the panel and module currently open. It does not matter if it is a child or a root panel. | 
 Example | 
                        
| 
                                 main() { PanelOff(); }  | 
                        
Assignment
| panel.ctl | 
Availability
| UI | 

Example