Skip to main content

TdxSpellCheckerSpellingOptions.CheckFromCursorPos Property

Specifies whether spell checking is to be started from the cursor’s current position.

Declaration

property CheckFromCursorPos: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

If the CheckFromCursorPos property is True, the spell checker is searches for misspellings starting from the cursor’s current position.

If set to False, the check is performed from the beginning of the text.

The default value of the CheckFromCursorPos property is False.

See Also