Expand the list.
Source position: contnrs.pp line 256
public function TFPHashList.Expand: TFPHashList; |
Returns self.
Expand enlarges the capacity of the list if the maximum capacity was reached. It returns itself.
If not enough memory is available, an exception may be raised.
|
Clear the list. |