![]() |
Delphi-Version: 2010
Recurrent search in registry
How can I recursive search in registry? I need to find specified values in specified type in specified key.
For files there are ready to use functions, how about registry? |
AW: Recurrent search in registry
I do not know any predefined methods for this. But it is not magic at all, use GetKeyNames, GetValueNames, GetDataType etc. to iterate through the keys/values and read the containing data until you find what you are looking for.
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 17:03 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz