开发者

Delphi 7 Personal: class wizard extension?

开发者 https://www.devze.com 2023-01-05 04:48 出处:网络
I\'m wondering if there\'s any class wizard extension (maybe GExperts extension?) for Delphi 7 Personal?

I'm wondering if there's any class wizard extension (maybe GExperts extension?) for Delphi 7 Personal? The most impor开发者_如何学Pythontant feature for me is to automatically generate properties getters / setters...


why need an extension - just use code templates. take a look at this eTutorial and read sections Class Completion (Ctrl+Shift+C) and Code Templates (Ctrl+J).

this could help too (not all for D7) Useful Delphi code templates

if you really want an extension take a look at CnPack - they have code templates too (IDE Enhancements -> Input Helper Settings) also with some examples for eg. properties which you can add/edit yourself.

--reinhard

0

精彩评论

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