System.Win.Registry.TRegistry.GetValueNames

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetValueNames(Strings: TStrings);

C++

void __fastcall GetValueNames(System::Classes::TStrings* Strings);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Win.Registry.pas
System.Win.Registry.hpp
System.Win.Registry TRegistry

Description

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

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.

See Also