This documentation is archived and is not being maintained.
Sys.IContainer.addComponent Method
Adds a Component object to the current container.
MyContainer.addComponent(component);
|
Parameter
|
Description
|
|
component
|
The Component object to add.
|
Implement this method for an object that will contain one or more component objects in order to programmatically add components to that container.
Reference
Other Resources