Re: Is it posible?


[ Delphi Forum -- by DelphiLand ]

Posted by Corbak on December 21, 2003 at 18:03:18:

In Reply to: Is it posible? posted by Joey on November 21, 2003 at 22:30:12:

I'm french and my english isn't very good so I'm not sure that I've well understood you, but if you want to create a procedure you can use without component, I see immediately two ways to do it :

1/ Declare it after the end of the declarations of your form (Form1 by default), I mean after the "end" and before "implementation"

2/ Create another unit and write your procedure in it. Then, save your unit in the same directory as your project and add it to the "uses" section of your main unit (the one which contains your buttons)




Related Articles and Replies:



[ Delphi Forum ]
[ DelphiLand: free Delphi source code, tips, tutorials ]