RAD Studio VCL Reference
ContentsIndex
TStringList Methods Public Methods
Public Methods
 
Name 
Description 
 
Add 
Adds a new string to the list. 
 
Adds a string to the list, and associates an object with the string. 
 
Deletes all the strings from the list. 
 
Sorts the strings in the list in a customized order. 
 
Removes the string specified by the Index parameter. 
 
Swaps the position of two strings in the list. 
 
Find 
Locates the index for a string in a sorted list and indicates whether a string with that value already exists in the list. 
 
Returns the position of a string in the list. 
 
Inserts a string to the list at the position specified by Index. 
 
Inserts a string into the list at the specified position, and associates it with an object. 
 
Sort 
Sorts the strings in the list in ascending order. 
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.