IListViewItem

Description

The IListViewItem interface contains properties and methods of the element of the ListView component.

Properties

  Property name Brief description
The Checked property determines whether the checkbox selection is set for the element.
The ColumnText property determines text of the specified element column.
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 returns 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 overlay.
The Selected property determines 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 a component element text.

Methods

  Method name Brief description
The CancelEdit method exits from the element edit mode saving the changes.
The Delete deletes the component element.
The EditText method turns list element into 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:

Forms Assembly Interfaces