[Overview][Types][Classes][Procedures and functions] |
Return the first non-nil object in the list
Source position: contnrs.pp line 88
public function TObjectList.First: TObject; |
First non-nil object 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. |
|