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