Custom Object Inspector Components?
I have several forms in a project I am working on, each form contains their own different properties and value edits such as TEdits, TTrackBars and TSpinEdits etc. These forms work in a similar way to how a InputBox Dialog works where it displays the form, you enter a value and if the ModalResult is mrOk you handle the result accordingly.
I am now realising that this is not the most practical solution especially with several forms, and even more to add. I think the best GUI design option here would be something similar to the trusty Delphi Object Inspector on the Main form, it would also be easier to maintain.
What I don't need though is an Object Inspector that displays properties from a component class, but instead I want to populate the Object Inspector with my own fields and types.
So far the only component I have found that comes close is the Berg NextInspector found here: http://www.bergsoft.net/component/next-inspector/overview.htm which allows filling the Object Inspector with your own data:
I would like to see the alternatives before considering purchasing the above so I can weigh up my other options and compare the pros and cons between different component libraries.
So far I have not found anything that works like this one, most just seem to mimic the Delphi Object Inspector which is not what I want.
Is there any other Object Inspector components similar to the Berg Next Inspector to allow custom fields and types?
你可以使用虚拟树视图
I haven't used it myself yet, but I think DevExpress's ExpressVerticalGrid should meet your criteria.
(The samples are a little bit colorful for my taste but you aren't forced to use background bitmaps all over. :-))
还有JEDI可视化组件库的TJvInspector
链接地址: http://www.djcxy.com/p/63128.html下一篇: 自定义对象检查器组件?