TdxCustomSpellCheckerDictionary.Active Property
In This Article
Returns whether the dictionary is used for spell checking.
#Declaration
Delphi
property Active: Boolean read;
#Property Value
Type |
---|
Boolean |
#Remarks
The Active property returns True if a dictionary is specified as enabled (see the Enabled property), and it has been loaded by the spell checker (see the Loaded property) from a dictionary file.
See Also