Add(Pointer)
|
|
Add(string,TdxCustomSpellCheckerDictionary,Integer)
|
Adds a suggestion to the suggestions collection.
|
Assign(TdxSpellCheckerSuggestionList)
|
|
Assign(TList,TListAssignOp,TList)
|
|
Clear
|
Clears the list.
|
Delete(Integer)
|
Deletes a suggestion by its index.
|
Equals(TObject)
|
|
Error(PResStringRec,NativeInt)
|
|
Error(String,NativeInt)
|
|
Exchange(Integer,Integer)
|
|
Expand
|
|
Extract(Pointer)
|
|
ExtractItem(Pointer,TDirection)
|
|
First
|
|
FixCapitalization(string)
|
Analyzes the misspelled word’s case, and converts suggested replacements to the corresponding case.
|
FreeAndDelete(Integer)
|
Destroys a stored item by its index in the list.
|
FreeAndRemove(TObject)
|
Removes the specified item from the list and destroys it.
|
GetHashCode
|
|
IndexOf(Pointer)
|
|
IndexOfItem(Pointer,TDirection)
|
|
Insert(Integer,Pointer)
|
|
Insert(Integer,string,TdxCustomSpellCheckerDictionary,Integer)
|
|
Last
|
|
Move(Integer,Integer)
|
|
Pack
|
|
Remove(Pointer)
|
|
RemoveDuplicates
|
Deletes duplicated suggestions in the suggestions collection.
|
RemoveItem(Pointer,TDirection)
|
|
SaveToStrings(TStrings)
|
Writes suggested words from the suggestions collection to strings.
|
Sort(TListSortCompare)
|
|
SortByDistance
|
Sorts suggestions by distance.
|
SortByWord
|
Sorts suggestions in alphabetical order.
|
SortList(TListSortCompareFunc)
|
|
ToString
|
|