TdxListItems Methods
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