[Overview][Constants][Types][Classes][Procedures and functions][Index] |
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.
First returns a reference to the first non-Nil element in the list. If no non-Nil element is found, Nil is returned.
None.
|
Return the last non-nil object in the list. |
|
|
Remove all Nil references from the list |