| << Click to display table of contents >> TRVSpellFormAction, TRVSpellFormActions Types | 
Unit [VCL/FMX] RVSpellChecker / fmxRVSpellCheckerWin;
type
TRVSpellFormAction = (rvsfaIgnore, rvsfaIgnoreAll,
rvsfaChange, rvsfaChangeAll, rvsfaAdd,
rvsfaGuessCompletions);
TRVSpellFormActions = set of TRVSpellFormAction;
Defines operations that can be performed by a spelling checker.
| Value | Meaning | 
|---|---|
| rvsfaIgnore | Ignore a single occurrence of a word | 
| rvsfaIgnoreAll | Ignore all occurrences of a word | 
| rvsfaChange | Change one occurrence of a word to another word | 
| rvsfaChangeAll | Change all occurrences of a word to another | 
| rvsfaAdd | Add a word to the dictionary. | 
| rvsfaGuessCompletions | Returns possible completions of a word | 
See also: