importing variables from external file

Posted by Stefan Loeners on January 15, 2010

Hello,
My application reads Dephi variable names from an ini file. That ini file contains variable names (not values). The variables are declared in my application (obviously). Here is the tricky part: the values should be assigned to the variables in the Delphi app at runtime. I think the only solution is to pass parameters between the ini file and my Delphi app.
I vaguely remember having seen an example (something with @parameter)in the past. Does anyone of you have experience with this?
Thanks for your reply.
Stefan
Belgium

Related articles

       

Follow Ups