RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TRegistry.GetValueNames Method

Returns a string list containing the names of all data values associated with the current key.

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

Call GetValueNames to determine the names of all data values associated with the current key. Determining the names of data values is useful in an application that iterates through a set of data values for a key. 

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

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!