|
<< Click to Display Table of Contents >> Navigation: Types > TStringArray |
SIGNATURE=IW.Common.StrLists.TStringArray
ETYPE=Type
Declaration:
Delphi: |
TStringArray = array of string; |
C++: |
array of string TStringArray; |
Unit: IW.Common.StrLists.pas
Description: There is also a TStringList descendant, TIWStringList, which uses faster CompareText()/CompareStr() Also allows IndexOfName() fast search in sorted lists