Object_Initialize Sub
Syntax              
Private SubObject_Initialize()
    ...
EndSub
                                        
Group Declaration
Description       
Object module initialization subroutine. Each time a new instance is created 
for a Object module the Object_Initialize sub is called. If Object_Initialize is 
not defined then no special initialization occurs. 
Note: 
Object_Initialize is also called for the instance that is automatically created. 
See Also Object Module, Object_Terminate.