| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Returns the first non-nil pointer in the list.
Source position: classesh.inc line 334
public function TList.First: Pointer;  | 
First returns the value of the first non-nil pointer in the list.
If there are no pointers in the list or all pointers equal Nil, then Nil is returned.
  | 
Returns the last non-nil pointer in the list.  |