Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

Name Type
ASpellChecker TdxCustomSpellChecker
ALookAndFeel TcxLookAndFeel

#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.

Exceptions Dialog

See Also