Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpellCheckerSuggestionList Methods
Show Inherited Hide Inherited

A collection of suggestions prepared for a misspelled word.
Name Description
Add(Pointer) Inherited from TList.
Add(string,TdxCustomSpellCheckerDictionary,Integer) Adds a suggestion to the suggestions collection.
Assign(TdxSpellCheckerSuggestionList)
Assign(TList,TListAssignOp,TList) Inherited from TList.
Clear Clears the list. Inherited from TcxObjectList.
Delete(Integer) Deletes a suggestion by its index.
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.
First Inherited from TList.
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. 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.
Insert(Integer,string,TdxCustomSpellCheckerDictionary,Integer)
Last Inherited from TList.
Move(Integer,Integer) Inherited from TList.
Pack Inherited from TList.
Remove(Pointer) Inherited from TList.
RemoveDuplicates Deletes duplicated suggestions in the suggestions collection.
RemoveItem(Pointer,TDirection) Inherited from TList.
SaveToStrings(TStrings) Writes suggested words from the suggestions collection to strings.
Sort(TListSortCompare) Inherited from TList.
SortByDistance Sorts suggestions by distance.
SortByWord Sorts suggestions in alphabetical order.
SortList(TListSortCompareFunc) Inherited from TList.
ToString Inherited from TObject.
See Also