[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Remove a component from the list without destroying it.
Source position: contnrs.pp line 107
public function TComponentList.Extract( |
Item: TComponent |
):TComponent; |
Item |
|
The component to extract. |
The extracted component, or Nil if none was found.
Extract removes a component (Item) from the list, without destroying it. It overrides the implementation of TObjectList so only TComponent descendents can be extracted. It introduces no new behaviour.
Extract returns the instance that was extracted, or Nil if no instance was found.
|
Remove a component from the list, possibly destroying it. |
|
|
Extract an object from the list. |