This may sound a little silly, but I can't figure out how to declare a global variable (public) to be made available to all forms in an application.
In VB.NET you simply add a module and declare alll your public variables...How do I do this in delphi so all forms can use the same public variable.
Thanx.
------------------------------------
There's no place like 127.0.0.1
------------------------------------
In VB.NET you simply add a module and declare alll your public variables...How do I do this in delphi so all forms can use the same public variable.
Thanx.
------------------------------------
There's no place like 127.0.0.1
------------------------------------