|
NewAx | ||
Id = NewAx(ClassName$) | ||
Parameters: ClassName$ = Name of the class the object will be created from |
||
Returns: Id = Id of the new object |
||
NewAx creates a new ActiveX object from the class specified in ClassName$ and returns its Id. FACTS: * After calling NewAx you can access the variables and function of the object. Mini Tutorial:
This example would output.
|
Related Info: | About the ActiveX library | CreateAx | DeleteAx | GetAxStatus : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |