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.
Removes a Component object from the current container.
MyContainer.removeComponent(component);
Parameters
Parameter |
Description |
---|---|
component |
The Component object to remove. |
Remarks
Implement this method for an object that will contain one or more component objects in order to programmatically remove components from that container.