Topics
All
Mac OS X
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Guides
Examples
New in version:
7.4
7.5
8.0
8.1
8.2
8.3
8.4
8.5
9.0
9.1
Statistic
Registry.GetValueType
Queries type of a value.
Component | Version | macOS | Windows | Server | FileMaker Cloud | FileMaker iOS SDK |
Registry | 7.2 | No | Yes | Yes, Windows only | No | No |
MBS( "Registry.GetValueType"; Path; Name ) More
Parameters
Parameter | Description | Example value |
---|---|---|
Path | The path to the parent 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" |
Name | The name of the value. | "Hello" |
Result
Returns value or error.
Description
Queries type of a value.Value can be none, text, ExpandText, Binary, DWORD, DWORD BigEndian, Link, List, ResourceList, FullResourceDescriptor, ResourceRequirementsList or QWORD.
DWORD is a 32-bit number and QWORD a 64-bit number.
Examples
Queries the value type:
MBS( "Registry.GetValueType"; "CurrentUser\Test"; "Hello")
See also
Created 20th March 2017, last changed 20th March 2017
Registry.GetValue - Registry.ListKeys
Feedback: Report problem or ask question.
Links
MBS FileMaker Plugins