| View previous topic :: View next topic |
| Author |
Message |
Guest
|
Posted: Mon Feb 28, 2005 12:17 am Post subject: Retrive data from Registry |
|
|
I need to get some data from Registry. The data i need are stored in %UserProfile%. Could anyone tell
me how i can get them...
Sorry for my poor English
Regards Benny
|
|
| Back to top |
|
 |
Rob Kennedy Guest
|
Posted: Mon Feb 28, 2005 8:10 am Post subject: Re: Retrive data from Registry |
|
|
[email]someone (AT) somedomain (DOT) com.inva[/email]lid wrote:
| Quote: | I need to get some data from Registry. The data i need are stored in %UserProfile%. Could anyone tell
me how i can get them...
|
Have you tried using a TRegistry object yet? It's in the Registry unit.
%UserProfile% is an environment variable that refers to the user's home
directory. It has nothing to do with the registry at all. Are you sure
you know what you have to do?
--
Rob
|
|
| Back to top |
|
 |
|