TdxUserSpellCheckerDictionary.LoadFromStrings(TStrings) Method
In This Article
Reads words from strings to the dictionary.
#Declaration
Delphi
procedure LoadFromStrings(AStrings: TStrings);
#Parameters
Name | Type |
---|---|
AStrings | TStrings |
#Remarks
AStrings specifies strings from which words are to be loaded into the dictionary.
See Also