I am working with the Object Inspector example in Lazarus and I have noticed a few things I need some help with.
1. Methods don't show up and editing them by hand. Event methods don't show up even if matching events are present. Are some additional settings required to make events show up and set them at runtime?
2. The events show up in the same column as the non event properties. Obviously another property inspector may have to be created which shows only events and may have to go into another tab.
3. Is there a built in Tree view which can display the component hierarchy and so that the active object for the property inspector can be selected by clicking it.