AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de Windows / Funciones del registro
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
Versión mínima requerida
  • Versión 14
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local