[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Removes a pointer from the list.
Delete removes the pointer at position Index from the list, shifting all following pointers one position up (or to the left).
The memory the pointer is pointing to is not deallocated.