[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Remove the first occurrence of a pointer from the list.
Source position: classesh.inc line 248
public function TFPList.Extract( |
Item: Pointer |
):Pointer; |
Extract searches for the first occurrence of Item in the list and deletes it from the list. If Item was found, it's value is returned. If Item was not found, Nil is returned.
|
Removes a pointer from the list. |