Back to Devexpress

TdxSpellCheckerCheckAsYouTypeOptions Class

vcl-dxspellchecker-f9a2896e.md

latest1.6 KB
Original Source

TdxSpellCheckerCheckAsYouTypeOptions Class

Contains the Check As You Type checking mode’s options.

Declaration

delphi
TdxSpellCheckerCheckAsYouTypeOptions = class(
    TdxSpellCheckerCustomCheckAsYouTypeOptions
)

Remarks

This class extends its ancestor class with members that allow you to:

  • Assign the context menu and specify how it is displayed (PopupMenu and ModifyControlPopupMenu);

  • Respond to changes made to the options provided by the class (OnChanged);

  • Access the spell checker to which the options belong.

This object is referenced by the spell checker’s CheckAsYouTypeOptions property.

Inheritance

TObject TPersistent TcxOwnedPersistent TdxSpellCheckerCustomOptions TdxSpellCheckerCustomCheckAsYouTypeOptions TdxSpellCheckerCheckAsYouTypeOptions

See Also

TdxSpellCheckerCheckAsYouTypeOptions Members

dxSpellChecker Unit