[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Extract an object from the list
Source position: contnrs.pp line 51
public function TFPObjectList.Extract( |
Item: TObject |
):TObject; |
Item |
|
The object to extract |
The extracted object, or Nil if none was extracted.
Extract removes Item from the list, if it is present in the list. It returns Item if it was found, Nil if item was not present in the list.
Note that the object is not freed, and that only the first found object is removed from the list.
None.
|
Remove all Nil references from the list |
|
|
Clear all elements in the list. |
|
|
Remove an item from the list. |
|
|
Delete an element from the list. |