View Full Version : Windows Registry
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.
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
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.