Container.remove

Removes a component from the container.

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

Parameters

child Component

The child component to remove.

Meta