First non-nil instance in the list.
Source position: contnrs.pp line 118
| public function TComponentList.First: TComponent; | 
The first non-nil instance in the list, or Nil.
First overrides the implementation of it's ancestors to return the first non-nil instance of TComponent in the list. If no non-nil instance is found, Nil is returned.
None.
| 
 | Last non-nil instance in the list. | |
| 
 | Return the first non-nil object in the list. |