[Overview][Types][Classes][Procedures and functions] |
Remove a component from the list without destroying it.
Source position: contnrs.pp line 105
public function TComponentList.Extract( |
Item: TComponent |
):TComponent; |
Item |
|
The component to extract. |
The extracted component, or Nilif none was found.
Extractremoves a component (Item) from the list, without destroying it. It overrides the implementation of TObjectListso only TComponentdescendents can be extracted. It introduces no new behaviour.
Extractreturns the instance that was extracted, or Nilif no instance was found.
|
Remove a component from the list, possibly destroying it. |
|
|
Extract an object from the list. |