TdxSpellCheckerSuggestionList.SaveToStrings(TStrings) Method
Writes suggested words from the suggestions collection to strings.
Declaration
procedure SaveToStrings(AStrings: TStrings);
Parameters
Name | Type |
---|---|
AStrings | TStrings |
Remarks
AStrings specifies strings to which suggested words are to be written from the suggestions collection.
See Also