TAdvListbox Sorting

Is there an example of sorting a TAdvListbox?



The items in the TAdvListBox are coming from a TCollection, TAdvListBox.Items, so you'd need to sort this from application level as there is currently no built-in sort method for this collection.