UNLOAD

UNLOAD(object)

Removes an object from memory.


objectThe object to unload (Object).

REMARKS
* Unloads the object such as a form or object.
* You can use the LOAD statement to loads an object without displaying it.
* For the Microsoft documentation refer to learn.microsoft.com

Call Unload(frmDisplay) 

© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited Top