Back to Devexpress

dxShowOutlookSpellingDialog(TdxCustomSpellChecker,TcxLookAndFeel) Method

vcl-dxspellcheckerdialogs-dot-dxshowoutlookspellingdialog-x28-9b25c472-x29.md

latest1.5 KB
Original Source

dxShowOutlookSpellingDialog(TdxCustomSpellChecker,TcxLookAndFeel) Method

Invokes the Outlook-style Spelling dialog used by end-users for spelling corrections.

Declaration

delphi
function dxShowOutlookSpellingDialog(ASpellChecker: TdxCustomSpellChecker; ALookAndFeel: TcxLookAndFeel = nil): Integer;

Parameters

NameType
ASpellCheckerTdxCustomSpellChecker
ALookAndFeelTcxLookAndFeel

Returns

Type
Integer

Remarks

If you want to use a custom dialog, derive it from the TdxCustomSpellCheckerForm or TfmSpellCheckerOutlookForm (these classes are defined in the dxSpellCheckerOutlookDialog unit), and use the dxSpellCheckerOutlookDialogClass constant (defined in the dxSpellCheckerDialogs unit), to inform the spell checker that the custom dialog is to be invoked.

ASpellChecker specifies the spell checker for which the Spelling dialog is to be invoked.

See Also

dxSpellCheckerDialogs.dxShowWordSpellingDialog

TdxCustomSpellChecker.DialogLookAndFeel

dxSpellCheckerDialogs Unit