TdxSpellCheckerCustomCheckAsYouTypeOptions.SuggestionCount Property
Specifies the number of allowed suggestions in the context menu.
Declaration
property SuggestionCount: Integer read; write; default 5;
Property Value
Type | Default |
---|---|
Integer | 5 |
Remarks
This property specifies the maximum number of suggestions in the context menu. The real number of provided suggestions depends upon the list of suggestions returned by the spell checker’s GetSuggestions method for the given misspelled word.
The default value of the SuggestionCount property is 5.
See Also