Skip to main content

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 Outlook-Style Spelling dialog
sftWord Word-style dialog Word-Style Spelling Dialog

The default value of the SpellingFormType property is sftOutlook.

See Also