I tried the ComponentInspector demo in:
\TMS VCL UI Pack\Demos\InspectorBar\InspectorBarDemo.dpr
However, the ListBox.Items cannot be accessed/edited because they are not available:
Why?
I tried the ComponentInspector demo in:
\TMS VCL UI Pack\Demos\InspectorBar\InspectorBarDemo.dpr
However, the ListBox.Items cannot be accessed/edited because they are not available:
Why?
At this moment the TInspectorBar doesn't have a built-in TStringList property editor.
The built-in property types can be seen under TInspectorItem.PropertyType.
We've added this on the feature request list for consideration for a future update.
Component has been extended for this.
This will be in v11.0.5.0
Great!