I'm developing a component which contains a property derived from TOwnedCollection. At design time, when the user selects a collection item in the object inspector, I'd like to know which one it is in order to paint the component with some feedback info.
I have looked at the Notify method, but that doesn't respond to selection changes. Neither does TCollection contain something like ItemIndex, which would have been helpful. Is there a way to solve this problem?
Best regards Oivnd