RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWideStringList Methods

The methods of the TWideStringList class are listed here.

 
Name 
Description 
 
This is Changed, a member of class TWideStringList. 
 
This is Changing, a member of class TWideStringList. 
 
Compares two strings. 
 
Get 
Returns a string given its index. 
 
Returns the currently allocated size of the list of strings. 
 
Returns the number of strings in the list 
 
Returns the object associated with the string at a specified index. 
 
This is InsertItem, a member of class TWideStringList. 
 
Put 
Changes the value of the string with a specified index. 
 
Changes the object associated with the string at a specified index. 
 
Changes the amount of memory allocated to hold strings in the list. 
 
Performs internal adjustments before or after a series of updates. 
 
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!