AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2026

Categoría: Registry functions
21 resultados
Constants for managing the registry
List of constants used by the registry functions.
Funciones del registro
Lista de funciones para gestionar el registro
RegistryCopyKey (Función)
Copia una clave de registro con todas sus subclaves y valores.
RegistryCreateKey (Example)
Usage example of the RegistryCreateKey function
RegistryCreateKey (Function)
Creates a key in the Windows registry.
RegistryDeleteKey (Function)
Deletes a subkey from the Windows registry.
RegistryDeleteValue (Función)
Elimina un valor del registro de Windows.
RegistryExist (Función)
Comprueba la existencia de una clave en el registro de Windows.
RegistryFirstSubKey (Example)
Usage example of the RegistryFirstSubKey function
RegistryFirstSubKey (Función)
Identifica la ruta de la primera subclave de la clave especificada en el registro de Windows.
RegistryListKey (Function)
Lists the subkeys of a registry key.
RegistryListValue (Function)
Returns the name (and possibly the type) of values for a key found in the registry.
RegistryNextKey (Función)
Identifica la clave que se encuentra después de la clave especificada en el registro de Windows.
RegistryQueryValue (Example)
Usage example of the RegistryQueryValue function
RegistryQueryValue (Function)
Reads a value in the Windows registry.
RegistryRename (Function)
Renames a key in the registry.
RegistrySeek (Función)
Busca una cadena de caracteres en el registro.
RegistrySetValue (Example)
Usage example of the RegistrySetValue function
RegistrySetValue (Function)
Writes a value to a key in the Windows registry.
RegistryValueType (Function)
Returns the type of value found in the registry.
The Windows registry
Several WINDEV functions can be used to handle the Windows registry...