The IListViewItems interface contains properties and methods of the collection of the ListView component.
| Property name | Brief description | |
| The Count property returns the number of elements in list. | ||
| The Item property returns the list element. | ||
| The ListView property returns the parent object. |
| Method name | Brief description | |
| The Add method adds a new element to the end of the list. | ||
| The BeginUpdate method locks update of visual list of elements in the component until the EndUpdate method is executed. | ||
| The Clear method clears the list of component elements. | ||
| The Delete deletes the component element. | ||
| The EndUpdate method cancels the BeginUpdate method. | ||
| The Insert method inserts a new element in the specified position. |
See also: