show / hide menu

FormUnload

This function is used to set the unload status of the form.

Syntax:FormUnload(Value)
The value should be either true or false.

Example:
FormUnload( true )
This function will set the form unload status to true.