TdxUserSpellCheckerDictionary.LoadFromStrings(TStrings) Method
Reads words from strings to the dictionary.
Declaration
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