Sys.IContainer.findComponent Method

Returns the specified Component instance.

var c = MyContainer.findComponent(id);

Parameters

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.

See Also

Reference

Sys.IContainer Interface

Other Resources

Language Reference