The ObjectReplace attribute function replaces the object, the pointer is pointing to, with another class.
Syntax | ||||
ObjectReplace(ClassName) | ||||
Return value | ||||
None | ||||
Parameter | ||||
Use |
Name |
Type |
Passing |
Description |
Required |
ClassName |
String |
ByVal |
The class name of the class for the new object. |