TdxCustomSpellChecker.SpellingFormType Property
Specifies the Spelling dialog‘s style.
Declaration
property SpellingFormType: TdxSpellCheckerSpellingFormType read; write; default sftOutlook;
Property Value
Type | Default |
---|---|
TdxSpellCheckerSpellingFormType | sftOutlook |
Remarks
Values include:
Value | Meaning | Sample |
---|---|---|
sftOutlook | Outlook-style dialog | |
sftWord | Word-style dialog |
The default value of the SpellingFormType property is sftOutlook.
See Also