System.Win.Registry.TRegistry.KeyExists

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function KeyExists(const Key: string): Boolean;

C++

bool __fastcall KeyExists(const System::UnicodeString Key);

Properties

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

Description

Determines if a specified key exists.

Call KeyExists to determine if a key of a specified name exists. Key is the name of the key for which to search.

See Also

Code Examples