The IListViewItem interface contains properties and methods of the element of the ListView component.
| Property name | Brief description | |
| The Checked property determines whether the flag selection is set for the element. | ||
| The ColumnText property determines text of the set column of the element. | ||
| The Cut property determines whether the element should be marked as cut out. | ||
| The Data property is used to store any custom data. | ||
| The Focused property determines whether the component element is focused. | ||
| The Hint property determines text of the tooltip for the element. | ||
| The ImageIndex property determines index of the image that should be placed to the left of the element. | ||
| The Indent property determines element indent from the left border of the component column. | ||
| The Index property returns index of the element in the common list of elements. | ||
| The IsVisible property indicates whether the element is placed in the visible area of the component. | ||
| The ListView property returns the parent object. | ||
| The OverlayIndex property determines index of the covering mask. | ||
| The Selected property indicates whether this component is selected. | ||
| The StateIndex property determines index of the StateImages component view, that will show element's status. | ||
| The Text property determines the text of the component element. |
| Method name | Brief description | |
| The CancelEdit method escapes from the element edit mode saving the changes. | ||
| The Delete method removes the component element. | ||
| The EditText method transfers element of the list in the text edit mode. | ||
| The MakeVisible method scrolls the tree of elements so that this element should be in the visible area of the component. |
See also: