I am populating a list of items into a TComboBox item list. But the items are not saved as Dates in the Database I am getting them from. Delphi sorts the items as a string. How could I sort these items as dates instead please?
The list will never have the same amount of Dates because as I filter the list will get shorter or longer... so assigning each item is out of the question. Can someone please assist.
Regards