ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Registry functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Constants for managing the registry
ConstantDescriptionUsed by the functions
registrySeekKeyPerforms a search in the name of registry keys.RegistrySeek
registrySeekDataPerforms a search in the data of the registry (String, Multiple String or Extensible String data only).RegistrySeek
registrySeekWholeWordPerforms a search in the registry on the full word specified in <Sought String>.RegistrySeek
registrySeekRecursivePerforms a recursive search in the registry from the base key of the search.RegistrySeek
registrySeekValuePerforms a search in the registry in the names of values.RegistrySeek
registryModeAutoRegistry access mode: Automatic modeRegistryXXX functions
registryMode32Registry access mode: Forced mode to access the registry as a 32-bit program.RegistryXXX functions
registryMode64Registry access mode: Forced mode to access the registry as a 64-bit program.RegistryXXX functions
registryTypeBinaryBinary registry keyRegistrySetValue, RegistryValueType
registryTypeStringString registry keyRegistrySetValue, RegistryValueType
registryTypeStringEnvString registry key containing environment variables.RegistrySetValue, RegistryValueType
registryTypeInt4-byte integer registry keyRegistrySetValue, RegistryValueType
registryTypeIntegerBigEndianBig-endian integer registry keyRegistrySetValue, RegistryValueType
registryTypeInt_88-byte integer registry keyRegistrySetValue, RegistryValueType
registryTypeMultiStringMultistring registry keyRegistrySetValue, RegistryValueType
Minimum version required
  • Version 14
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help