Back to Devexpress

TdxCustomSpellCheckerDictionary.CodePage Property

vcl-dxspellchecker-dot-tdxcustomspellcheckerdictionary-218d8d5b.md

latest860 B
Original Source

TdxCustomSpellCheckerDictionary.CodePage Property

Specifies the dictionary’s code page.

Declaration

delphi
property CodePage: Cardinal read; write; default CP_ACP;

Property Value

TypeDefault
CardinalCP_ACP

Remarks

To properly load a dictionary from a dictionary file, set the CodePage property to the dictionary file’s code page.

The default value of the CodePage property is CP_ACP.

See Also

TdxCustomSpellCheckerDictionary Class

TdxCustomSpellCheckerDictionary Members

dxSpellChecker Unit