ACTIVATE WINDOW ALL
Activates All Defined Windows

 

 

 

Using this command, all defined windows will be activated simultaneously.

All windows (excepting main) will be not visible at activation until show

method be used to make them visible and NOAUTORELEASE style will be assumed

for all non-main windows.

 

About NoAutoRelease Style:

 

When this style is used, windows are hide instead released from memory when

the user clicks in the close box.

 

You must use "Show" and "Hide" methods to make a window visible or invisible.