RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TRegistry.GetKeyNames Method

Returns a string list containing the names of all subkeys belonging to the current key.

Pascal
procedure GetKeyNames(Strings: TStrings);
C++
__fastcall GetKeyNames(TStrings Strings);

Call GetKeyNames to determine the names of all subkeys belonging to the current key. Determining the names of subkeys is useful in an application that iterates through a set of keys. 

Strings is a variable of type TStrings into which to return the list of subkey names. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!