4D v16.3

SHOW PROCESS

Home

 
4D v16.3
SHOW PROCESS

SHOW PROCESS 


 

SHOW PROCESS ( process ) 
Parameter Type   Description
process  Longint in Process number of process to be shown

SHOW PROCESS displays all the windows belonging to process. This command does not bring the windows of process to the frontmost level. To do this, use the BRING TO FRONT command.

If the process was already displayed, the command has no effect.

Example  

The following example displays a process called Customers, if it has been previously hidden. The process reference to the Customers process is stored in the interprocess variable ◊Customers:

 SHOW PROCESS(◊Customers)



See also 

BRING TO FRONT
HIDE PROCESS
Process state

 
PROPERTIES 

Product: 4D
Theme: Process (User Interface)
Number: 325

 
HISTORY 

Created: < 4D v6

 
ARTICLE USAGE

4D Language Reference ( 4D v16)
4D Language Reference ( 4D v16.1)
4D Language Reference ( 4D v16.2)
4D Language Reference ( 4D v16.3)