remove abstract method

dynamic remove(
  1. dynamic locator
)

Removes a previously added reference that matches specified locator. If many references match the locator, it removes only the first one. When all references shall be removed, use removeAll method instead.

  • locator a locator to remove reference Returns the removed component reference.

See removeAll

Implementation

dynamic remove(locator);