trib4lmaniac
04-23-2004, 09:23 PM
Is there a function in Delphi to read the names of all the subkeys within a given key. I can get the values from them all or all keys underneath the current, but not all subkey names.
|
||||
Windows Registrytrib4lmaniac 04-23-2004, 09:23 PM Is there a function in Delphi to read the names of all the subkeys within a given key. I can get the values from them all or all keys underneath the current, but not all subkey names. black3842 04-23-2004, 11:27 PM GetKeyNames(Strings: TStrings); Fills in the TStrings object with all key names under the current key. http://www.aimtec.com.au/articles/RegistryInDelphi/default.htm#_Toc419260402 |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum