[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Extract a class pointer from the list.
Source position: contnrs.pp line 122
public function TClassList.Extract( |
Item: TClass |
):TClass; |
Item |
|
Class pointer to extract from the list |
The extracted class pointer or Nil if none was found.
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.
None.
|
Remove a class pointer from the list. |
|