jjschwartz
Technical User
(Please bear with me; this is my first Delphi application)
I have a number of constants and global variables (variables that all my forms will need access to) to declare.
Where is the best place to do this?
Can I put them in a separate unit and, if so, do I put the 'uses unit' in the project file or my main unit?
Do I put them in my main unit? Do I put them in the project file?
TIA,
Jeff Schwartz
I have a number of constants and global variables (variables that all my forms will need access to) to declare.
Where is the best place to do this?
Can I put them in a separate unit and, if so, do I put the 'uses unit' in the project file or my main unit?
Do I put them in my main unit? Do I put them in the project file?
TIA,
Jeff Schwartz