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