| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
Expand the capacity of the list.
Source position: contnrs.pp line 50
| 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. | |