Delphi 中相当于 C# 的 PropertyGrid 的是什么?

发布于 2024-10-08 16:39:40 字数 86 浏览 3 评论 0 原文

Delphi 是否有相当于 C# 的 PropertyGrid 的程序?我想实现类似于 RAD Studio 中的对象检查器的东西。

Is there a Delphi equivalent to C#'s PropertyGrid? I want to implement something similar to the Object Inspector in RAD Studio.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

救星 2024-10-15 16:39:41

虽然我还没有查看定价,但我也会研究 TMS 软件。我知道他们有一个与 Developer Express 一样先进的属性编辑器 - 但 TMS 在价格方面通常比 Developer Express 更合理。

您还可以快速搜索 www.Koder.com,看看是否在那里遇到了一些开源替代品。我个人选择了 TMS。

While I havent checked out the pricing I would also investigate TMS software. I know they have a property-editor that is just as advanced as Developer Express - but TMS are usually more reasonable when it comes to price than Developer Express.

You could also take a quick search as www.Koder.com and see if you come across some opensource alternatives there. Personally I went for TMS.

没︽人懂的悲伤 2024-10-15 16:39:40

Delphi 有 TValueListEditor,但它非常简单,远不及对象检查器的功能。为此,您需要第三方控制。 JVCL 有一个功能强大的免费检查器组件,并且有很多商业组件,例如 Inspex 来自 Raize Software 和 VerticalGrid。 VerticalGrid 有多种变体,其中一种充当对象检查器 - 您所需要做的就是将实例分配给属性,组件会完成其余的工作。

Delphi has TValueListEditor, but it's extremely simple, nowhere near the functionality of the object inspector. For that you need a 3rd party control. JVCL has a capable, free inspector component, and there are many commercial ones, such as Inspex from Raize Software and VerticalGrid from Developer Express. VerticalGrid comes in several variants, one of which acts as an object inspector - all you need to do is assign an instance to a property, and the component does the rest.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文