Sys.IContainer.findComponent Method

Returns the specified Component instance.

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.

Show: