TdxSpellCheckerSpellingOptions.CheckSelectedTextFirst Property
Specifies whether the current selection is checked first.
Declaration
property CheckSelectedTextFirst: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
If the CheckSelectedTextFirst property value is True, the spell checker first searches for errors within the selected text. When the selected text is checked, an end-user is prompted to check the text outside of the current selection.
If this property is set to False, the check is performed from the beginning of the text.
The default value of the CheckSelectedTextFirst property is True.
See Also