Skip to content

TList : Property overview by Name

Member Visibility Description
Capacity(TList) public Current capacity (i.e. number of pointers that can be stored) of the list.
Count(TList) public Current number of pointers in the list.
Items(TList) public Provides access to the pointers in the list.
List(TList) public Memory array where pointers are stored.