CreateAx
CreateAx ClassName$, Id
 
Parameters:

    ClassName$ = Name of the class the object will be created from
    Id = A free ActiveX Id
Returns: NONE
 

     CreateAx creates a new ActiveX object from the class specified in ClassName$.


FACTS:


     * After creating an ActiveX object you can access its variables and functions

     * CreateAx and GetFreeAx exist for compatibility reasons. We advice you to use the NewAx command instead.

 
Related Info: About the ActiveX library | DeleteAx | NewAx :
 


(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com