RAD Studio VCL Reference
ContentsIndex
TList Methods Public Methods
Public Methods
 
Name 
Description 
 
Add 
Add item to end of list. 
 
This is the overview for the AddRange method overload. 
 
This is the overview for the BinarySearch method overload. 
 
Remove all list entries. 
 
Test if element in list. 
 
Remove entry at index. 
 
Remove several entries at index. 
 
Remove and return list entry. 
 
Returns an enumerator for the container. 
 
Search for element using linear search. 
 
Insert entry in list. 
 
This is the overview for the InsertRange method overload. 
 
Get index of last instance of entry. 
 
Remove first occurrence of value. 
 
Reverse list order. 
 
Sort 
This is the overview for the Sort method overload. 
 
Set list capacity to number of list elements. 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.