| << Click to display table of contents >> TCustomRichViewEdit.LiveSpellingMode | 
Defines when live spelling thread is started.
type
TRVLiveSpellingMode = (rvlspManualStart, rvlspOnChange);
property LiveSpellingMode: TRVLiveSpellingMode;
(introduced in v1.9)
| Value | Meaning | 
|---|---|
| rvlspManualStart | Live spelling check can be started only by StartLiveSpelling. | 
| rvlspOnChange | Live spelling check also starts when the user modifies document (or when any editing-style method is called). | 
Default value:
rvlspOnChange
See also: