Purpose
Hides a form from view.
A hidden form is not unloaded. The form continues to exist with current attributes and values intact. Showing a hidden form will redisplay the form with all attributes set as they were prior to running the Hide form method.
If the application ends, a hidden form is automatically unloaded.
Syntax
Form.Hide
|