Monthly Archives: June 2011

Storing numbers, enumerates and sets in a TStringList all at the same time

By | June 22, 2011

In the past you’ve probably needed to store a single integer number in a string list so have cast an integer to a TObject and assigned that to the Objects[] property and visa-versa to get the information out. What would you do if you needed to store more than one number in that Objects[] property… Read More »