开发者

What is the Delphi equivalent of C#'s PropertyGrid?

开发者 https://www.devze.com 2023-01-31 00:34 出处:网络
Is there a Delphi equivalent to C#\'s PropertyGrid? I want to implement something similar to the开发者_如何学Go Object Inspector in RAD Studio.Delphi has TValueListEditor, but it\'s extremely simple,

Is there a Delphi equivalent to C#'s PropertyGrid? I want to implement something similar to the开发者_如何学Go Object Inspector in RAD Studio.


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.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号