Hi,
I am developing an application for file processing using delphi. Is it possible to assign a value for a variable permanently after closing the application also?
Here is the description of the problem.
When the Delphi exe runs first time in any (New) machine, it needs user to input some variables and store it inside the application. When the users close and reopen the application, the already input variables should remain the same (with already input value) and user need not input the value to the variable once again.
If any possibilities are there, please let me know.
At present I am providing input values each time I run the exe (used the input box in the form create event). I want to avoid that.
Thanks,
Sekar