Return last non-Nil class pointer.
Source position: contnrs.pp line 134
public function TClassList.Last: TClass; |
The last non-Nil class pointer in the list.
Last returns a reference to the last non-Nil class pointer in the list. If no non-Nil element is found, Nil is returned.
|
Returns the first non-nil class pointer. |