Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomSpellCheckerDictionary.Loaded Property

Returns whether the dictionary is loaded into memory.

#Declaration

Delphi
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