[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Returns the first non-nil class pointer
Source position: contnrs.pp line 125
public function TClassList.First: TClass; |
The first non-Nil class pointer in the list.
First returns a reference to the first non-Nil class pointer in the list. If no non-Nil element is found, Nil is returned. Nil is returned.
|
Return last non-Nil class pointer |