Skip to main content

dxShowAutoCorrectOptionsDialog(TdxCustomSpellChecker,TcxLookAndFeel) Method

Invokes the AutoCorrect Options dialog used by end-users to specify automatic correction options.

Declaration

function dxShowAutoCorrectOptionsDialog(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 TfmSpellCheckerAutoCorrectOptionsForm (defined in the dxSpellCheckerAutoCorrectOptionsDialog unit), and use the dxSpellCheckerAutoCorrectOptionsDialogClass 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 AutoCorrect Options dialog is to be invoked.

ALookAndFeel specifies the dialog’s look and feel settings.

AutoCorrect Options Dialog

See Also