[Overview][Types][Classes][Procedures and functions] |
Add a new class pointer to the list.
Source position: contnrs.pp line 119
public function TClassList.Add( |
AClass: TClass |
):Integer; |
AClass |
|
Class pointer to add. |
Index at which the class pointer was added.
Addadds AClassto the list, and returns the position at which it was added. It simply overrides the TListbevahiour, and introduces no new functionality.
If not enough memory is available to expand the list, an exception may be raised.
|
Extract a class pointer from the list. |
|