[Overview][Constants][Types][Classes][Procedures and functions] | Reference for unit 'contnrs' (#fcl) |
Remove first instance of a pointer
Source position: contnrs.pp line 246
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 |
No notes exist for this page yet.