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
SpellCheck (Function)
In french: OrthoVérifie
Indicates whether the spelling of a word is correct (which means whether it is found in the OpenOffice dictionary installed on the computer).
Example
IF SpellAvailable() = True AND SpellCheck(Word) = False THEN
Error("Incorrect word")
END
Syntax
<Result> = SpellCheck(<Word to Check>)
<Result>: Boolean
  • True in the following cases:
    • the word to check is found in the OpenOffice dictionary,
    • the word to check was added by SpellAddDictionary,
    • the OpenOffice dictionary is not installed. To find out whether the spelling checker is installed, use SpellAvailable.
  • False otherwise. ErrorInfo returns the details of the error.
<Word to Check>: Character string
Word that must be found in the dictionary of OpenOffice.
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