dxShowWordSpellingDialog(TdxCustomSpellChecker,TcxLookAndFeel) Method
Invokes the Word-style Spelling dialog used by end-users for spelling corrections.
Declaration
function dxShowWordSpellingDialog(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 TdxCustomSpellCheckerForm or TfmSpellCheckerWordForm (these classes are defined in the dxSpellCheckerWordDialog unit), and use the dxSpellCheckerWordDialogClass 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