Skip to content

TList.Pack

Removes Nil pointers from the list and frees unused memory.

Declaration

Source position: classesh.inc line 340

public 
  procedure Pack;

Description

Pack removes all nil pointers from the list. The capacity of the list is then set to the number of pointers in the list. This method can be used to free unused memory if the list has grown to very large sizes and has a lot of unneeded nil pointers in it.

See also

Name Description
TList.Clear Clears the pointer list.