TdxSpellCheckerCustomOptions Class
In This Article
The base class for the spell-checking options, and the Check As You Type and AutoCorrect checking mode options.
#Declaration
Delphi
TdxSpellCheckerCustomOptions = class(
TcxOwnedPersistent
)
#Remarks
Do not use this class directly. Use its descendants instead.
#Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxSpellCheckerCustomOptions
See Also