[Overview][Types][Classes][Procedures and functions] |
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 Nilif none was extracted.
Extractremoves Itemfrom the list, if it is present in the list. It returns Itemif it was found, Nilif 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 Nilreferences from the list |
|
|
Clear all elements in the list. |
|
|
Remove an item from the list. |
|
|
Delete an element from the list. |