[View Borland Home Page][View Product List][Search This Web Site][View Available Downloads][Join Borland Online][Enter Discussion Area][Send Email To Webmaster]
Delphi Devsupport

Frequently Asked Questions

Using global values in your application.

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.

Back To Faq Index
Borland Online
Trademarks & Copyright © 1997 Borland International, Inc.