<< Click to display table of contents >> TCustomRichViewEdit.CheckSpelling [FMX] |
Allows using a spelling check service provided by the current platform.
property CheckSpelling: Boolean;
In FireMonkey, there are two ways to implement a live spelling check:
▪using OnSpellingCheck and OnGetSpellingSuggestions events
▪using a spelling checking service (IFMXSpellCheckerService) provided by several platforms (for example, macOS).
Assign True to this property to allow using a platform spelling check service.
Assigning True to this property does not start checking immediately, it starts according to LiveSpellingMode. Assigning False to this property stops live spelling checking immediately.
Default value:
False
See also: