Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Object-Pascal / Delphi-Language (https://www.delphipraxis.net/32-object-pascal-delphi-language/)
-   -   Delphi Recurrent search in registry (https://www.delphipraxis.net/167515-recurrent-search-registry.html)

WojTec 3. Apr 2012 10:53

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?

DeddyH 3. Apr 2012 10:59

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 04:31 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz