You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Form - HideForm Method

HideForm hides the form

Member of Form (PRIM_FORM)

Details

The HideForm method effectively makes the form invisible.

When you use the HideForm method, the form is no longer visible, but the logic, variables, components and values remain active.

When you show a form that has previously been closed using the HideForm method, the CreateInstance and Initialize events will not be fired.

The CloseForm and HideForm methods are very similar, but CloseForm is more efficient for internal resource utilization.

See also

All Component Classes
Technical Reference

  • No labels