TdxSpellCheckerReplacementList.Add(string,string) Method
Adds a shortcut text and its replacement to the collection.
Declaration
procedure Add(const AText: string; const AReplacement: string);
Parameters
Name | Type |
---|---|
AText | string |
AReplacement | string |
Remarks
AText and AReplacement specify the shortcut text and its replacement, respectively.
See Also