Remove an item from the list.
Source position: contnrs.pp line 569
public function TCustomBucketList.Remove( |
AItem: Pointer |
):Pointer; |
AItem |
|
Item to remove from the list. |
Data pointer associated with AItem.
Remove removes AItem from the list, and returns the associated data pointer of the removed item. If the item was not in the list, then Nil is returned.
|
Find an item in the list. |