views:

55

answers:

1

Hi, I'm wondering if there's any class wizard extension (maybe GExperts extension?) for Delphi 7 Personal? The most important feature for me is to automatically generate properties getters / setters...

+2  A: 

hi!

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) http://stackoverflow.com/questions/885024/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

pastacool