AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de Windows / Funciones del corrector ortográfico
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
Indicates whether a dictionary is available for the spelling checker (check performed in the controls that use the integrated correction or check performed by WLanguage functions). This dictionary can be:
  • an Open Office dictionary.
  • a Hunspell dictionary.
Example
IF SpellAvailable() = False THEN
Info("The dictionary is not installed")
END
 
IF SpellAvailable() = True AND SpellCheck(PASSWD) = True THEN
Error("Don't choose a common word as password")
SetFocusAndReturnToUserInput(PASSWD)
END
Syntax
<Result> = SpellAvailable()
<Result>: Boolean
  • True if a spelling checker is available.
  • False otherwise.
Remarks
The correction can be disabled by ConfigureSpellCheck (even if the dictionary is installed).
Component: wd290obj.dll
Versión mínima requerida
  • Versión 15
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