[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Add a new class pointer to the list.
Source position: contnrs.pp line 121
public function TClassList.Add( |
AClass: TClass |
):Integer; |
AClass |
|
Class pointer to add. |
Index at which the class pointer was added.
Add adds AClass to the list, and returns the position at which it was added. It simply overrides the TList bevahiour, 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. |
|