[Overview][Constants][Types][Classes][Index] |
Extract an item from the list
Source position: fgl.pp line 148
public function TFPGList.Extract( |
const Item: T |
):T; |
Item |
|
Item to extract |
The extracted item
Extract removes Item from the list and returns the removed item, or an expression equivalent to T(0) if it was not found.
None.
|
Delete an item from the list |