[Overview][Types][Classes][Procedures and functions] |
First non-nil instance in the list.
Source position: contnrs.pp line 108
public function TComponentList.First: TComponent; |
The first non-nil instance in the list, or Nil
Firstoverrides the implementation of it's ancestors to return the first non-nil instance of TComponentin the list. If no non-nil instance is found, Nilis returned.
None.
|
Last non-nil instance in the list. |
|
|
Return the first non-nil object in the list |