<< Click to display table of contents >> TrvActionSpellingCheck |
TrvActionSpellingCheck is the action for "Spell Check" command.
Unit RichViewActions;
Syntax
TrvActionSpellingCheck = class(TrvAction)
TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction |
Description
This action is enabled if a spelling check interface component is assigned to ControlPanel.SpellInterface.
The action starts a spelling checking process; when a misspelled word is found, a dialog is displayed to suggests a replacement.
This action does not introduce any new properties in addition to properties of TrvAction.