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

TdxListItems Methods
Show Inherited Hide Inherited

A list item collection.
Name Description
Add Appends a new item with default settings.
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
BeginUpdate Prevents List View updates until an EndUpdate call.
Clear Deletes all items in the collection.
Delete(Integer) Deletes the item with the specified index.
EndUpdate Enables List View updates after a BeginUpdate call.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetItemAtPos(TPoint) Provides access to an individual list item at the specified position.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
IndexOf(TdxListItem) Returns the specified item’s index in the collection.
Insert(Integer) Inserts a new item at the specified index in the collection.
ToString Inherited from TObject.
See Also