TdxCustomSpellChecker.PopulateLanguages(TStrings) Method
In This Article
Populates strings with the language names of all dictionaries (except for user-defined dictionaries) contained in the spell checker’s DictionaryItems collections.
#Declaration
Delphi
procedure PopulateLanguages(AList: TStrings);
#Parameters
Name | Type |
---|---|
AList | TStrings |
See Also