This documentation is archived and is not being maintained.
Sys.IContainer.findComponent Method
var c = MyContainer.findComponent(id);
|
Parameter
|
Description
|
|
id
|
The ID of the Component object to search for.
|
The Component instance with the specified ID.
Implement this method for an object that will contain one or more component objects to access components within that container.
Reference
Other Resources