[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Remove an item from the list.
Source position: contnrs.pp line 52
public function TFPObjectList.Remove( |
AObject: TObject |
):Integer; |
AObject |
|
Object to remove from the list. |
Index of the removed object or -1 if none was removed.
Remove removes Item from the list, if it is present in the list. It frees Item if OwnsObjects is True, and returns the index of the object that was found in the list, or -1 if the object was not found.
Note 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. |
|
|
Delete an element from the list. |
|
|
Extract an object from the list |