[Overview][Constants][Types][Classes][Index] |
Extract an item from the list
Source position: fgl.pp line 188
public function TFPGObjectList.Extract( |
const Item: T |
):T; |
Item |
|
The extracted item |
The actually removed item, or Nil
Extract removes Item from the list and returns the removed item, or Nil if it was not found.
The extracted object will not be destroyed even if the list owns the objects.
None.
|
Delete an item from the list |