RegistryItem.KeyType

From Xojo Documentation

You are currently browsing the old Xojo documentation site. It will go offline as of October 2, 2023. Please visit the new Xojo documentation site! - you will be redirected shortly...
Method


RegistryItem.KeyType(Index as Integer) As Integer

New in 5.5

Supported for all project types and targets.

Returns as an Integer the key type for the key located at the index.

Notes

The possible values are:

Key Value
Unsupported key -1
REG_SZ 0
REG_DWORD 1
REG_BINARY 2
REG_MULTI_SZ 3
REG_EXPAND_SZ 4
REG_QWORD 5