Re: DELPHI2007+CASTALIA5 : How i can move a function in another Unit (FAST MODE) ?
- From: "Gerrit Beuze" <gerrit[at][-nospam]modelmakertools[dot]com>
- Date: Fri, 28 Sep 2007 17:58:32 +0200
i have 5000 function in unit1 ( too big src.. ) , I want move 2000 functions in unit2.
Try ModelMaker Code Explorer:
select functions to move, copy (or cut), and paste in new unit.
You can also convert plain functions to methods by pasting in a class
rather than in the module (unit):
http://www.modelmakertools.com/code-explorer/index.html
Fully functional demo available from
http://www.modelmakertools.com/code-explorer/download.html
Gerrit Beuze
ModelMaker Tools
.
- References:
- DELPHI2007+CASTALIA5 : How i can move a function in another Unit (FAST MODE) ?
- From: Enrico Ghezzi
- DELPHI2007+CASTALIA5 : How i can move a function in another Unit (FAST MODE) ?
- Prev by Date: DELPHI2007+CASTALIA5 : How i can move a function in another Unit (FAST MODE) ?
- Next by Date: Re: DELPHI2007+CASTALIA5 : How i can move a function in another Unit (FAST MODE) ?
- Previous by thread: DELPHI2007+CASTALIA5 : How i can move a function in another Unit (FAST MODE) ?
- Next by thread: Re: DELPHI2007+CASTALIA5 : How i can move a function in another Unit (FAST MODE) ?
- Index(es):
Relevant Pages
|