0

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...

ulrichb
  • 19,610
  • 8
  • 73
  • 87
migajek
  • 8,524
  • 15
  • 77
  • 116

1 Answers1

2

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

Community
  • 1
  • 1
macf00bar
  • 673
  • 1
  • 14
  • 32