Back to Devexpress

dxShowCustomDictionaryDialog(TdxUserSpellCheckerDictionary,TcxLookAndFeel) Method

vcl-dxspellcheckerdialogs-dot-dxshowcustomdictionarydialog-x28-10a93fea-x29.md

latest1.5 KB
Original Source

dxShowCustomDictionaryDialog(TdxUserSpellCheckerDictionary,TcxLookAndFeel) Method

Invokes the Custom Dictionary dialog used by end-users for editing words in custom dictionaries.

Declaration

delphi
function dxShowCustomDictionaryDialog(ADictionary: TdxUserSpellCheckerDictionary; ALookAndFeel: TcxLookAndFeel = nil): Integer;

Parameters

NameType
ADictionaryTdxUserSpellCheckerDictionary
ALookAndFeelTcxLookAndFeel

Returns

Type
Integer

Remarks

If you want to use a custom dialog, derive it from the TdxCustomDictionaryForm (defined in the dxCustomDictionaryDialog unit), and use the dxCustomDictionaryDialogClass constant (defined in the dxSpellCheckerDialogs unit), to inform the spell checker that the custom dialog is to be invoked.

ADictionary specifies the user-defined dictionary whose content is to be edited using the Custom Dictionary dialog.

ALookAndFeel specifies the dialog’s look and feel settings.

See Also

TdxCustomSpellChecker.DialogLookAndFeel

dxSpellCheckerDialogs Unit