RAD Studio VCL Reference
ContentsIndex
TList Methods Public Methods
Public Methods
 
Name 
Description 
 
Add 
Inserts a new item at the end of the list. 
 
Copies elements of one list to another. 
 
Deletes all items from the list. 
 
Removes the item at the position given by the Index parameter. 
 
This is the overview for the Error method overload. 
 
Swaps the position of two items in the Items array. 
 
Increases the Capacity of the list. 
 
Removes a specified item from the list. 
 
Returns Items[0]. 
 
Returns a TList enumerator. 
 
Returns the index of the first entry in the Items array with a specified value. 
 
Adds an object to the Items array at the position specified by Index
 
Last 
Returns Items[Count - 1]. 
 
Move 
Changes the position of an item in the Items array. 
 
Pack 
Deletes all nil (Delphi) or NULL (C++) items from the Items array. 
 
Deletes the first reference to the Item parameter from the Items array. 
 
Sort 
Performs a QuickSort on the list based on the comparison function Compare. 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.