RequestObjectPreload Method
Object List Next Object
Defined By: ObjectTools
Description:
Requests that an object be pre-loaded.
Declaration:
Sub RequestObjectPreload(ByVal o As Object)
Details:
Pre-loaded objects are brought into memory as soon as their containing module
is loaded. If a preloaded object has a method named "Preload" that method is
executed immediately after a successful load of the containing module.
Ordinarily, objects are not loaded into memory until referenced. This allows
very large modules too be loaded efficiently, without consuming time or space to
load particular objects until it is necessary.
See Also:
IsObjectPreload,RemoveObjectPreload