[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Remove the first occurrence of a pointer from the list.
Source position: classesh.inc line 164
public function TFPList.Extract( |
item: Pointer |
):Pointer; |
Extractsearches for the first occurrence of Itemin the list and deletes it from the list. If Itemwas found, it's value is returned. If Itemwas not found, Nilis returned.
|
Removes a pointer from the list. |