LOAD |
LOAD(object) |
Loads an object but doesn't display it. |
object | The object you want to load. |
REMARKS |
* When an object is loaded, it is placed in memory, but it is not visible. * Use the Show method to make the object visible. * You can use the UNLOAD statement to remove an object from memory. * For the Microsoft documentation refer to learn.microsoft.com |
Call Load(frmDisplay)
Load frmDisplay
frmDisplay.Show
© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited Top