tInspectorBar with tColComboInspectorEditLink and EditColumn > 0

Hi

I have a question about using the TinspectorBar component, which incorporates a tColComboInspectorEditLink (PropertyType = ptCustom) into EditLink.

When I set the EditColumn property to 1, the final result displayed in the TinspectorBar item is not the value from column 1 of the tColComboInspectorEditLink, but remains the value from column 0.

How can I assign the selected value to the TinspectorBar item (textValue)?

This behavior can be found in your demo project “InspectorBarCustomEditorsDemo.dproj”

I’m also attaching a personal project where I’m trying to reassign the value from column 1 to TextValue

Kind regards

Olivier

becomes

Project1.zip (77.6 KB)

We applied an improvement to TColComboInspectorEditLink to fix this issue.
This improvement will be included in the next release.

Thnaks a lot :+1: