TdxSpellCheckerAutoCorrectOptions Members
Contains the AutoCorrect checking mode’s options.Constructors
Name | Description |
---|---|
Create(TPersistent) | Creates a new TcxOwnedPersistent class descendant instance. Inherited from TcxOwnedPersistent. |
Properties
Name | Description |
---|---|
Active | Specifies whether the AutoCorrect checking mode is active. Inherited from TdxSpellCheckerCustomAutoCorrectOptions. |
AutomaticallyUseSuggestions | Specifies whether the spell checker automatically replaces misspelled words if only one suggestion is available for any of them. Inherited from TdxSpellCheckerCustomAutoCorrectOptions. |
CorrectCapsLock | Specifies whether the spell checker automatically corrects words in which the Caps Lock key is unintentionally used. Inherited from TdxSpellCheckerCustomAutoCorrectOptions. |
CorrectInitialCaps | Specifies whether the spell checker automatically converts the second letter in the word into the lower case, if this letter was typed in the upper case. Inherited from TdxSpellCheckerCustomAutoCorrectOptions. |
CorrectSentenceCaps | Specifies whether the spell checker automatically capitalizes the first letter in each sentence, if this letter was typed in the lower case. Inherited from TdxSpellCheckerCustomAutoCorrectOptions. |
DisableCapsLock | Specifies whether the spell checker automatically turns off the Caps Lock key, if it was inadvertently turned on. Inherited from TdxSpellCheckerCustomAutoCorrectOptions. |
FirstLetterExceptions | Returns a collection of words that the spell checker won’t automatically treat as a sentence end. Inherited from TdxSpellCheckerCustomAutoCorrectOptions. |
InitialCapsExceptions | Returns a collection of words whose case the spell checker won’t automatically correct. Inherited from TdxSpellCheckerCustomAutoCorrectOptions. |
Owner protected | Provides access to the persistent object to which the current property set or persistent information container belongs. Inherited from TcxOwnedPersistent. |
Replacements | Specifies words used as replacements for specific words in the AutoCorrect checking mode. Inherited from TdxSpellCheckerCustomAutoCorrectOptions. |
ReplaceTextAsYouType | Specifies whether the spell checker automatically performs specified text replacements. Inherited from TdxSpellCheckerCustomAutoCorrectOptions. |
SpellChecker | Provides access to the spell checker to which the options belong. |
Methods
Name | Description |
---|---|
AddChangedHandler(TNotifyEvent) | Inherited from TdxSpellCheckerCustomOptions. |
Assign(TPersistent) | Updates the persistent information from the specified source. Inherited from TcxOwnedPersistent. |
AssignTo(TPersistent) | Inherited from TPersistent. |
DoAssign(TPersistent) protected | Updates the persistent information container’s class-specific properties with the corresponding values obtained from another persistent information container. Inherited from TcxOwnedPersistent. |
Equals(TObject) | Inherited from TObject. |
GetHashCode | Inherited from TObject. |
GetNamePath | Inherited from TPersistent. |
GetOwner protected | Returns the persistent object to which the current property set or persistent information container belongs. Inherited from TcxOwnedPersistent. |
GetReplacement(string,string) | Returns a replacement for the specified text. |
RemoveChangedHandler(TNotifyEvent) | Inherited from TdxSpellCheckerCustomOptions. |
ToString | Inherited from TObject. |
Events
Name | Description |
---|---|
OnChanged | Allows you to perform specific actions after an option has been changed. |
See Also