Is there a trick to getting the type of an OnChange function using a TListBox? I can subclass the component and add a property, etc., And then execute the OnClick code if the index changes ... I can also hack it using a form level variable to store the current index, but it's just interesting if I forget about obvious earlier I go anyway.
delphi subclass onclick onchange tlistbox
Charles R. Thompson
source share