help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Classes][Procedures and functions] Reference for unit 'contnrs' (#fcl)

TFPHashList.Remove

Remove first instance of a pointer

Declaration

Source position: contnrs.pp line 246

public function TFPHashList.Remove(

  Item: Pointer

):Integer;

Arguments

Item

  

Item to remove from the list.

Function result

Data pointer which was removed

Description

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.

See also

TFPHashList.Delete

  

Delete an item from the list.

TFPHashList.Clear

  

Clear the list

TFPHashList.Extract

  

Extract a pointer from the list

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505