showTerm
Top  Previous  Next

showTerm ( [ integer Show =1 ] )

Use this function to show or hide the Terminal window.

Parameters
 
Show  
 
A boolean integer specifying whether to show or hide the Terminal window. Must be one of the following values:  
 
FALSE=0 – hides the Terminal window.  
TRUE=1 – shows the Terminal window.  
   Default value: TRUE  
 
 
Error flags
 
ERR_OK  
 
The flag set if successful.  
 
ERR_FAILED  
 
The flag set if failed.  
 
Example
 
showTerm(TRUE)