![]() |
Project Wide Parameters
Is it possible to create a parameter which exists in all the part files in a project?
|
Re: Project Wide Parameters
Which programming language are you using?
In Java and C++ you can create a class with all the variables defined as 'public static' and then you could have access to them from any file from the project. If you named the class Vars and a variable inside it var1 accessing it (in Java, I don't remember C++ syntax sadly) would be Code:
Vars.var1 |
Re: Project Wide Parameters
Quote:
|
Re: Project Wide Parameters
|
| All times are GMT -5. The time now is 01:29. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi