tlistbox is a VCL control that displays a collection of items in a scrollable list.
Is there a trick to getting "OnChange" type of functionality with a TListBox? I can subclass the component and add …