RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THashedStringList Class

THashedStringList maintains a list of strings using an internal hash table.

Pascal
THashedStringList = class(TStringList);
C++
class THashedStringList : public TStringList;

IniFiles

THashedStringList is a string list that uses a hash table internally to speed the process of locating strings. It is used internally by TMemIniFile to manage the strings from an INI file, but can be used in the same way as any other string list. By using THashedStringList instead of TStringList, you can improve performance when the list contains a large number of strings. 

 

TStringList 

TMemIniFile 

Working with Lists

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!