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



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

TClassList.Extract

Extract a class pointer from the list.

Declaration

Source position: contnrs.pp line 120

public function TClassList.Extract(

  Item: TClass

):TClass;

Arguments

Item

  

Class pointer to extract from the list

Function result

The extracted class pointer or Nil if none was found.

Description

Extract extracts a class pointer Item from the list, if it is present in the list. It returns the extracted class pointer, or Nil if the class pointer was not present in the list. It simply overrides the implementation in TList so it accepts a class pointer instead of a simple pointer. No new behaviour is introduced.

Errors

None.

See also

TClassList.Remove

  

Remove a class pointer from the list.

#rtl.classes.Tlist.Extract

Notes

 No notes exist for this page yet. 





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