Sys.IContainer.findComponent Method
Returns the specified Component instance.
Syntax
var c = MyContainer.findComponent(id);
|
Parameter
|
Description
|
|
id
|
The ID of the Component object to search for.
|
Return Value
The Component instance with the specified ID.
Remarks
Implement this method for an object that will contain one or more component objects to access components within that container.