Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

Registry.ListValues

Queries list of value names of a key.

Component Version macOS Windows Linux Server iOS SDK
Registry 7.2 ❌ No ✅ Yes ❌ No ✅ Yes, on Windows ❌ No
MBS( "Registry.ListValues"; Path )   More

Parameters

Parameter Description Example
Path The path to the registry key.
Separated by \ you specify the path to the key you want.
Root can be Classes, CurrentUser, LocalMachine, Users, PerformanceData, CurrentConfig, DynData or the HKEY names.
"Users\test"

Result

Returns list or error.

Description

Queries list of value names of a key.

Examples

Query list of values:

MBS( "Registry.ListValues"; "CurrentUser\Test")

See also

This function checks for a license.

Created 20th March 2017, last changed 20th March 2017


Registry.ListKeys - Registry.SetValue