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