[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Remove an object from the list
Source position: contnrs.pp line 578
public function TObjectBucketList.Remove( |
AItem: TObject |
):TObject; |
AItem |
|
Object to remove from the list |
Data item associated with AItem
Remove removes the object AItem from the list. It returns the Data object which was associated with the item. If AItem was not in the list, then Nil is returned.
|
Add an object to the list |
|
|
Associative array of data items |