[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Remove first instance of a pointer
Source position: contnrs.pp line 247
public function TFPHashList.Remove( |
Item: Pointer |
):Integer; |
Item |
|
Item to remove from the list. |
Data pointer which was removed
Remove removes the first occurence of the data pointer Item in the list, if it is present. The return value is the removed data pointer, or Nil if no data pointer was removed.
|
Delete an item from the list. |
|
|
Clear the list |
|
|
Extract a pointer from the list |
lazarus-ccr.sourceforge.net |