AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Propiedades WLanguage / Propiedades de ventanas, páginas y controles
  • Spelling checker used in edit controls and in the columns of a Table control
  • Spelling checker used in the Word Processing controls
  • Spelling checker used
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
The CheckSpell property is used to enable or disable the automatic spelling checker.
Words not found in the dictionary are automatically underlined in red:
  • in edit controls.
  • WINDEV in Table control columns.
  • WINDEV in Word Processing controls.
Remark: This property is identical to the "Check spelling" option present:
  • in the "Details" tab of the description window of edit controls,
  • WINDEV in the "Details" tab of the description window of the Table control columns.
Ejemplo
// Enable the spell check in an edit control
EDT_Text.CheckSpell = True
Sintaxis

Determining if the spelling checker is enabled Ocultar los detalles

<Result> = <Control used>.CheckSpell
<Result>: Boolean
  • True if the spell check is enabled,
  • False otherwise.
<Control used>: Control name
Name of the field to be manipulated:
  • Edit control,
  • WINDEV column of a Table control,
  • WINDEV Word Processing control.

Enabling or disabling the spell check Ocultar los detalles

<Control used>.CheckSpell = <Enable/Disable>
<Control used>: Control name
Name of the field to be manipulated:
  • Edit control,
  • WINDEV column of a Table control,
  • WINDEV Word Processing control.
<Enable/Disable>: Boolean
  • True if the spell check must be enabled,
  • False otherwise.
iPhone/iPadIOS Widget Please note: whether or not spelling correction is activated is not directly applied.. Indeed, the control must lose focus and regain it (in order for the system to adapt to the control keyboard).
Observaciones
WINDEVReportes y ConsultasWindowsCódigo de Usuario (UMC)

Spelling checker used in edit controls and in the columns of a Table control

In input fields and columns of a Table control in a WINDEV application, the property CheckSpell property uses:
The ConfigureSpellCheck function allows you to:
  • choose the spelling checker used.
  • enable the spelling checker for all the edit controls of the application.
  • configure the language used (if the OpenOffice spelling checker is used).
For the unrecognized words, the default context menu of WINDEV proposes the following options:
  • Replacing the word by a valid word (the 8 first suggestions of OpenOffice or the integrated checker are proposed).
  • Add the word to the dictionary.
WINDEVReportes y ConsultasWindowsCódigo de Usuario (UMC)

Spelling checker used in the Word Processing controls

In Word Processing controls, the CheckSpell property uses Hunspell dictionaries to check spelling.
By default, if your project contains a Word Processing control:
  • the French and English dictionaries are automatically copied (as well as their respective license) into the executable directory (configurable option in the project description window, "Options" tab).
  • the French and English dictionaries are loaded by default.
To use other dictionaries, they must be associated with a language and they must be loaded in memory by DictionaryLoad.
AndroidiPhone/iPadIOS Widget

Spelling checker used

The CheckSpell property uses the system spelling checker.
For the unrecognized words, the context menu proposes the following options:
  • Replacing the word by a valid word.
  • Add the word to the dictionary.
Note: The system's spelling checker must be activated.
Versión mínima requerida
  • Versión 11
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 10/05/2025

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