[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'Classes' (#rtl) |
Remove the first occurrence of a pointer from the list.
Source position: classesh.inc line 216
public function TList.Extract( |
item: Pointer |
):Pointer; |
Extract searched for an occurence of item, and if a match is found, the match is deleted from the list. If no match is found, nothing is deleted. If Item was found, the result is Item. If Item was not found, the result is Nil. A lnExtracted notification event is triggered if an element is extracted from the list. Note that a lnDeleted event will also occur.
|
Removes a pointer from the list. |
|
|
Returns the index of a given pointer. |
|
|
Removes a value from the list. |
No notes exist for this page yet.