doctorjellybean
Programmer
- May 5, 2003
- 145
I like to organize my code into sections, so that I don't have to scroll up and down to find a specific procedure, function, etc.
Now it appears to me, unless I'm mistaken, that certain (if not all) function routines have to appear first after {$R *.dfm} before any procedure routines. Is there a specific rule regarding this?
Also, does comments add to the memory usage/application size? Quite a few routines have comments to remind me what the heck it is about.
I have to say I don't like the method D2007 uses to insert OnClick events. Older versions generated the procedure after the last event, and was easier to find. D2007 seems to stick it anywhere but last![[sad] [sad] [sad]](/data/assets/smilies/sad.gif)
Now it appears to me, unless I'm mistaken, that certain (if not all) function routines have to appear first after {$R *.dfm} before any procedure routines. Is there a specific rule regarding this?
Also, does comments add to the memory usage/application size? Quite a few routines have comments to remind me what the heck it is about.
I have to say I don't like the method D2007 uses to insert OnClick events. Older versions generated the procedure after the last event, and was easier to find. D2007 seems to stick it anywhere but last
![[sad] [sad] [sad]](/data/assets/smilies/sad.gif)