Delphi code generation

I need to speed up my coding, too much work, so I need to be able to generate code. Any tools, any ideas?

+3
source share
9 answers

Delphi includes Live Templates, a fully customizable script and customizable system for generating code structures of any size or complexity.

Live Templates, in my opinion, is one of the most underrated features in Delphi.

Learn how to use them: http://delphi.wikia.com/wiki/Delphi_Live_Templates

and

http://delphi.wikia.com/wiki/Live_Templates_Technical_Info

, Delphi, , .

:

http://cc.codegear.com/Item/26420

+16

. , , , , , .

, .

, SQL, . , Delphi ( , D2007 D2009)

- SQL

.
, , . , Delphi 6 (, , 5?) . 0 () SQL, , SQL .
SQL - Delphi, , , SQL .

+11
+4

- , .
, , / . , , , SQL .

. , , , .

+1

ModelMaker Code Explorer . , , , . , - . .

+1

GExpert? , Delphi ++ Builder, IDE. GExperts .

IDE, .

+1

calle CodeTypo. . : http://dade2000.altervista.org/index.php?page=CodeTypo

-, .

I transfer all the content of this old site to the new one (www.danieleteti.it) in English. And I will add other information about CodeTypo and code generators.

+1
source

What accelerated my Delphi encoding was getting CodeRush for Delphi (via DevExpress a VCL subscription for Delphi 5, 6, 7) and setting up tons of templates.

0
source

All Articles