Expand the capacity of the list.
Source position: contnrs.pp line 58
public function TFPObjectList.Expand: TFPObjectList; |
A reference to the expanded list.
Expand increases the capacity of the list. It calls #rtl.classes.tfplist.expand and then returns a reference to itself.
If there is not enough memory to expand the list, an exception will be raised.
|
Remove all Nil references from the list. |
|
|
Clear all elements in the list. |
|