[Overview][Types][Classes][Procedures and functions] |
Return the last non-nil object in the list.
Source position: contnrs.pp line 57
public function TFPObjectList.Last: TObject; |
The last non-nil object in the list.
Lastreturns a reference to the last non-Nilelement in the list. If no non-Nilelement is found, Nilis returned.
None.
|
Return the first non-nil object in the list |
|
|
Remove all Nilreferences from the list |