AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de Windows / Funciones del registro
  • Example: Reading a registry key
RegistryFirstSubKey (Example)
Example: Reading a registry key
This example is used to read a registry key corresponding to an application.
Path is string
Language is string
// Find out the exact name of the "root" key
Path = RegistryFirstSubKey()
// Read the key for my app
Path = Path + "\MyApp\"
Language = RegistryQueryValue(Path, "Language")
IF Language = "" THEN
Error("No value was found")
RETURN
END
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 27/05/2022

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