◄Summary► ◄Details► ◄Example► ◄Contents► ◄Index► ◄Back► ────────────────────────────────────────────────────────────────────────────── SUB Form_Unload (Cancel AS INTEGER) Usage Notes ■ An Unload event procedure is a good place to include form-level validation code for closing the form or saving data contained in it. ■ When a form is reloaded, the contents of all its controls are reinitialized.