Delete an item from the list.
Source position: contnrs.pp line 260
| public procedure TFPHashList.Delete( | 
| Index: SizeInt | 
| ); | 
| Index | 
 | Index of item to remove from the list. | 
Delete deletes the item at position Index. The data to which it points is not freed from memory.
TFPHashList.ExtractTFPHashList.RemoveTFPHashList.Add