Back to Devexpress

dxShowAutoCorrectExceptionsDialog(TdxCustomSpellChecker,TcxLookAndFeel) Method

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

latest1.5 KB
Original Source

dxShowAutoCorrectExceptionsDialog(TdxCustomSpellChecker,TcxLookAndFeel) Method

Invokes the Exceptions dialog used by end-users to specify exceptions to the automatic correction.

Declaration

delphi
function dxShowAutoCorrectExceptionsDialog(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 TfmSpellCheckerAutoCorrectExceptionsForm (defined in the dxSpellCheckerAutoCorrectExceptionDialog unit), and use the dxSpellCheckerAutoCorrectExceptionsDialogClass 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 Exceptions dialog is to be invoked.

ALookAndFeel specifies the dialog’s look and feel settings.

See Also

TdxCustomSpellChecker.DialogLookAndFeel

dxSpellCheckerDialogs Unit