Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Form - HideForm Method

Panel
bgColor#2c3c4c

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