Procedures - any order they should be placed in Delphi coding ?

Posted by Lionel E Joyner on October 14, 2005

When writing up an application is there any order that procedures should follow ? For example: Can you put your print procedure at the beginning of your code or should it be the last procedure?

On large applications, I will think of something I want to add and the first thing I notice is that I have the procedures that are called first at the tail end of my work. I have not noticed that it makes any difference but in Pascal the structure is very different so I thought I would ask the question. Does it matter where in you place a procedure in Delphi?

Related Articles and Replies

Form objects in form procedures
I needed to have 'Tform1.' in my procedure name and also declare my procedure in the 'type' list for the unit.