TdxSpellCheckerAutoCorrectReplacementList Methods
A collection of words used by the spell checker as replacements in the AutoCorrect checking mode.Name | Description |
---|---|
Add(Pointer) | Inherited from TList. |
Add(string,string) | Adds a shortcut text and its replacement to the collection. Inherited from TdxSpellCheckerReplacementList. |
Assign(TList,TListAssignOp,TList) | Inherited from TList. |
Clear | Clears the list. Inherited from TcxObjectList. |
Delete(Integer) | Inherited from TList. |
Equals(TObject) | Inherited from TObject. |
Error(PResStringRec,NativeInt) | Inherited from TList. |
Error(String,NativeInt) | Inherited from TList. |
Exchange(Integer,Integer) | Inherited from TList. |
Expand | Inherited from TList. |
Extract(Pointer) | Inherited from TList. |
ExtractItem(Pointer,TDirection) | Inherited from TList. |
FindReplacement(string) | Performs a case-sensitive search for the replacement entry by the corresponding shortcut text. Inherited from TdxSpellCheckerReplacementList. |
First | Inherited from TList. |
FreeAndDelete(Integer) | Destroys a stored item by its index in the list. Inherited from TcxObjectList. |
FreeAndRemove(TObject) | Removes the specified item from the list and destroys it. Inherited from TcxObjectList. |
GetHashCode | Inherited from TObject. |
IndexOf(Pointer) | Inherited from TList. |
IndexOfItem(Pointer,TDirection) | Inherited from TList. |
Insert(Integer,Pointer) | Inherited from TList. |
Last | Inherited from TList. |
LoadFromFile(string) | Reads word-replacement pairs from the specified file into the collection. |
LoadFromStream(TStream) | Reads word-replacement pairs from the specified stream into the collection. |
Move(Integer,Integer) | Inherited from TList. |
Pack | Inherited from TList. |
Remove(Pointer) | Inherited from TList. |
RemoveItem(Pointer,TDirection) | Inherited from TList. |
SaveToFile(string) | Writes word-replacement pairs from the collection to the specified file. |
SaveToStream(TStream) | Writes word-replacement pairs from the collection to the specified stream. |
Sort(TListSortCompare) | Inherited from TList. |
SortByText | Sorts items by the TdxSpellCheckerReplacement.Text property’s value in alphabetical order. Inherited from TdxSpellCheckerReplacementList. |
SortList(TListSortCompareFunc) | Inherited from TList. |
ToString | Inherited from TObject. |
See Also