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

TdxOpenOfficeDictionary Class

Represents the OpenOffice dictionary.

#Declaration

Delphi
TdxOpenOfficeDictionary = class(
    TdxAffixCompressionDictionary
)

#Remarks

The TdxOpenOfficeDictionary represents a dictionary dynamically created at runtime (if specified in the spell checker’s DictionaryItems collection) from a compressed dictionary file (specified by the DictionaryPath property) and an affix file (specified by the GrammarPath property). When used with the TdxOpenOfficeDictionary, these files must support the OpenOffice (Hunspell) format.

The dictionary load can be performed in either two modes – automatically or manually (see the spell checker’s AutoLoadDictionaries property). To learn how to create a dictionary at runtime, see the spell checker’s LoadDictionaries and dictionary’s Load methods.

The TdxOpenOfficeDictionary object is referenced by the spell checker’s DictionaryItems.DictionaryType property.

The OpenOffice format uses Hunspell-based dictionaries. This format is retained for backward compatibility with the ExpressSpellChecker Suite v1. It’s recommended to use the Hunspell format instead.

See Also