Object_Initialize Sub
SyntaxGroupPrivate Sub Object_Initialize() ... End Sub
DeclarationDescription
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.See Also
Note: Object_Initialize is also called for the instance that is automatically created.
Object Module, Object_Terminate