Container.remove

Removes a component from the container.

  1. void remove(Component child)
  2. void remove(string name)
    class Container
    void
    remove
    (
    string name
    )

Parameters

name string

The name of the component.

Meta