TdxSpellCheckerAbstractCheckMode Class
In This Article
The base class for classes that manage options for checking modes.
#Declaration
Delphi
TdxSpellCheckerAbstractCheckMode = class(
TInterfacedPersistent,
IdxSpellCheckerCheckModeHelper
)
#Remarks
Do not use this class directly. Use its descendant (TdxSpellCheckerCustomCheckMode) instead.
#Implements
#Inheritance
TObject
TPersistent
TInterfacedPersistent
TdxSpellCheckerAbstractCheckMode
See Also