System.Win.Registry.TRegistry.HasSubKeys

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function HasSubKeys: Boolean;

C++

bool __fastcall HasSubKeys();

Properties

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

Description

Determines if the current key has subkeys.

Call HasSubKeys to determine if the current key has any subkeys. HasSubKeys returns true if the current key has at least one subkey. Otherwise it returns false.

See Also