ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Spelling Checker 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
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
Minimum version required
  • Version 15
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help