Form - ShowForm Method

ShowForm shows the form

Member of Form (PRIM_FORM)

Details

Use the ShowForm method to display a form.
 
If this is the first time a form is it will be activated.
 
If the WindowState is Minimized, the ShowForm method will not restore the form.  Similarly, if the form is already showing, it will not activate it.
 
The RestoreForm and ActivateForm methods will need to be used.

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2