newt_form_destroy
Destroys a form
&reftitle.description;
voidnewt_form_destroy
resourceform
This function frees the memory resources used by the form and all of the
components which have been added to the form (including those components
which are on subforms). Once a form has been destroyed, none of the form's
components can be used.
&reftitle.parameters;
form
Form component, which is going to be destroyed
&reftitle.returnvalues;
&return.void;
&reftitle.seealso;
newt_form_run
newt_run_form