TdxSpellCheckerCheckAsYouTypeOptions Class
Contains the Check As You Type checking mode’s options.
Declaration
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