Re: Procedures order in Delphi unit

Posted by Lionel E Joyner

In Reply to: Re: Procedures order in Delphi unit posted by webmaster Guido

: : 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 ?
: : Does it matter where in you place a procedure in Delphi?
----------------------

: If a routine is also declared in the interface section of a unit, this acts as a "forward" declaration. In that case, its location (order) in the "implementation" section doesn't matter.
: ...and so on...

************************************
Thanks
This cleared up a problem I was having.
**************************************

DelphiLand Discussion Forum