Prefer ListModel to StringList
StringList is provided for legacy purposes.
Prefer
ListModel
to StringList …
More flexible & versatile
Better structured
Stores values not strings
Display can differ from value
…
ListModel
Jeyankondan:
I'm retrieving data from a database as Unicode characters that I want to store in a string list.
StringList s are a relic from the first version of MDL released in about 1993. They can accommodate only multibyte…