Skip to main content

TdxCustomSpellCheckerDictionary.Loaded Property

Returns whether the dictionary is loaded into memory.

Declaration

property Loaded: Boolean read;

Property Value

Type
Boolean

Remarks

The Loaded property returns True if the dictionary is loaded (see the Load method), or False if the dictionary is unloaded (see the Unload method).

If the dictionary is enabled (see the Enabled property) and loaded, this dictionary is considered as active (see the Active property). Only active dictionaries are used for spell checking.

See Also