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

TFPList.Delete

Removes a pointer from the list.

Declaration

Source position: classesh.inc line 206

public procedure TFPList.Delete(

  Index: Integer

);

Description

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.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.