Belešku
Pristup ovoj stranici zahteva autorizaciju. Možete pokušati da se prijavite ili da promenite direktorijume.
Pristup ovoj stranici zahteva autorizaciju. Možete pokušati da promenite direktorijume.
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.