System.Win.Registry.TRegistry.GetKeyNames

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetKeyNames(Strings: TStrings);

C++

void __fastcall GetKeyNames(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 subkeys belonging to the current key.

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.

See Also