RegistryItem.KeyType
From Xojo Documentation
Method
This method is only available on the Windows platform. For cross-platform compatibility, use #If...#Endif with the Target... specifiers to make sure you will not attempt to use this method on an incompatible platform. |
RegistryItem.KeyType(Index as Integer) As Integer
New in 5.5
Supported for all project types and targets.
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 |