TStringList ValueFromIndex property not available?
I'm using a Tstringlist and when I try to use the property ValueFromIndex I get the error "Undeclared Identifier". This works fine in Delphi. I need to store 2 values in the list for example the list is named cars, I add 'car=BMW' and then access just the "BMW" portion which I can typically do by Cars.ValueFromIndex. I guess I could more awkwardly do this using 2 stringlists but was hoping this would work.
thanks
thanks
Comments