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



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

TList.Remove

Removes a value from the list.

Declaration

Source position: classesh.inc line 223

public function TList.Remove(

  Item: Pointer

):Integer;

Description

Remove searches Item in the list, and, if it finds it, deletes the item from the list. Only the first occurrence of Item is removed.

See also

Delete

  

Removes a pointer from the list.

IndexOf

  

Returns the index of a given pointer.

Insert

  

Inserts a new pointer in the list at a given position.

Notes

 No notes exist for this page yet. 





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