Question and Answer Database FAQ564D.txt Using global values in your application. Category :Object Pascal Platform :All Product :All 32 bit Question: How do I create a global variable/constant/type in my application. Answer: Create a new unit and declare the variable, constant, type in interface section of the unit. When you want to use the variable in another unit, simply add the unit name to the uses clause of unit you wish to use it from. 7/16/98 4:31:28 PM
Last Modified: 01-SEP-99