TInspectorPanel->Items

Good day,

how can I select a specific item (not the item value) of a panel (style=psProperties) with the mouse?
I want the user to be able to select an item so that it is marked and can be deleted at runtime.

There seems to be panel properties 'SelectColor' or 'SelectFontColor' but they have no effect.

Thanks!

Regards
Horst

When a panel has the style psProperties, the item itself can't be selected. In this mode, it is just the inplace editor that can be activated or not. We'd need to extend the component to add this capability.