|
<< Click to Display Table of Contents >> Navigation: Class Helpers > TIWStringListHelper |
SIGNATURE=IW.Common.StrLists.TIWStringListHelper
ETYPE=Class Helper
Declaration:
Delphi: |
public TIWStringListHelper = class helper for TStringList; |
C++: |
public: class TIWStringListHelper; |
Unit: IW.Common.StrLists.pas
Description: TIWStringList much faster implementation than standard TStringList Uses CompareXXXX functions instead of slow AnsiCompareXXXX Faster IndexOfName() in sorted lists. Faster AddStrings() method.