TdxSpellCheckerCustomAutoCorrectOptions.CorrectCapsLock Property
In This Article
Specifies whether the spell checker automatically corrects words in which the Caps Lock key is unintentionally used.
#Declaration
Delphi
property CorrectCapsLock: Boolean read; write; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
Set this property to True, to automatically correct words accidentally entered in an incorrect case.
The default value of the CorrectCapsLock property is True.
See Also