Clear the list.
Source position: contnrs.pp line 256
| public procedure TFPHashList.Clear; | 
Clear removes all items from the list. It does not free the data items themselves. It frees all memory needed to contain the items.
None.
| 
 | Extract a pointer from the list. | |
| 
 | Remove first instance of a pointer. | |
| 
 | Delete an item from the list. | |
| 
 | Add a new key/data pair to the list. |