|
|
|
|
|
- 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
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.
in Table control columns. 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,
in the "Details" tab of the description window of the Table control columns.
// 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,
column of a Table control, 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,
column of a Table control, Word Processing control.
<Enable/Disable>: Boolean - True if the spell check must be enabled,
- False otherwise.
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|