Skip to main content

listRegistry

Type

function

Summary

Lists the sub-keys of the specified key in the registry|Windows system registry.

Syntax

listRegistry(<parentKey>)

Description

Use the listRegistry function to lists the sub-keys of a key in the Windows system registry.

The listRegistry function returns a return-delimited list of sub-keys, i.e. those keys which are direct children of the given parentKey. The specified key should be in the same format as the other registry functions.

Parameters

NameTypeDescription

parentKey

A key in the Windows registry

Examples

listRegistry("HKEY_CLASSES_ROOT")

control structure: function

function: deleteRegistry, MCISendString, setRegistry

glossary: registry

Compatibility and Support

Introduced

LiveCode 4.5

OS

windows

Platforms

desktop

server

Thank you for your feedback!

Was this page helpful?