|
<< Click to Display Table of Contents >> Navigation: Classes > TIWStringList |
SIGNATURE=IW.Common.StrLists.TIWStringList
ETYPE=Class
Declaration:
Delphi: |
public TIWStringList = class(TStringList); |
C++: |
public: class TIWStringList : public TStringList; |
Unit: IW.Common.StrLists.pas
Description: TStringList replacement with faster CompareStrings routine, i.e. faster IndexOf() and Find() calls in both sorted and unsorted lists.