Strings

Declaration: TStringList.Strings[Idx: Integer]: string;
The array property Strings contains the individual strings of the string list. The parameter Idx gives the position of the string (valid range from 0 to Count-1).

To locate a particular string in the list, call the IndexOf or Find method.