[Overview][Constants][Types][Classes][Procedures and functions][Index] |
First non-nil instance in the list.
Source position: contnrs.pp line 110
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 |