Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.