TdxSpellCheckerCustomCheckMode Class
The base class for classes that manage options for the Outlook-style and Word-style checking modes.
Declaration
TdxSpellCheckerCustomCheckMode = class(
TdxSpellCheckerAbstractCheckMode
)
Remarks
Do not use this class directly. Use its descendants (TdxSpellCheckerOutlookCheckMode and TdxSpellCheckerWordCheckMode) instead.
Inheritance
TObject
TPersistent
TInterfacedPersistent
TdxSpellCheckerAbstractCheckMode
TdxSpellCheckerCustomCheckMode
See Also