System.Win.Registry.TRegistry.RootKeyName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RootKeyName: string read GetRootKeyName;

C++

__property System::UnicodeString RootKeyName = {read=GetRootKeyName};

Properties

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

Description

Specifies the string name of the root key.

Use RootKeyName to determine the string name of the RootKey property.

See Also