[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'Classes' (#rtl)

TFPList.Delete

Removes a pointer from the list.

Declaration

Source position: classesh.inc line 160

public procedure TFPList.Delete(

  Index: Integer

);

Description

Deleteremoves the pointer at position Indexfrom the list, shifting all following pointers one position up (or to the left).

The memory the pointer is pointing to is notdeallocated.