Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Equivalent of AddObject()
Message
From
14/04/1998 21:03:23
 
 
To
14/04/1998 20:58:32
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00091905
Message ID:
00091983
Views:
22
>>What is the equivalent of the Visual FoxPro command AddObject() in Visual Basic?
>
>What does AddObject() do ?

From the Visual FoxPro help:
Adds an object to a Container object at run time.

Syntax

Object.AddObject(cName, cClass [, cOLEClass] [, aInit1, aInit2 ...])

Arguments

cName   Specifies the name used to reference the new object.

cClass   Specifies the class of the object to add.

cOLEClass   Specifies the OLE class of the object to add.

aInit1, aInit2   Specifies parameters passed to the Init event of the new object.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform