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