User interface / Windows and forms in programs |
Closes the resources allocated by OPEN FORM.
CLOSE FORM identifier
The CLOSE FORM instruction releases the memory allocated to the form.
A form associated with a window by the OPEN WINDOW WITH FORM instruction is automatically closed when the program closes the window with a CLOSE WINDOW instruction.