IListViewItem

Description

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

Properties

  Property name Brief description
Checked

The Checked property determines whether the checkbox selection is set for the element.
ColumnText

The ColumnText property determines text of the specified element column.
Cut

The Cut property determines whether the element should be marked as cut out.
Data

The Data property is used to store any custom data.
Focused

The Focused property determines whether the component element is focused.
Hint

The Hint property determines text of the tooltip for the element.
ImageIndex

The ImageIndex property determines index of the image that should be placed to the left of the element.
Indent

The Indent property determines element indent from the left border of the component column.
Index

The Index property returns index of the element in the common list of elements.
IsVisible

The IsVisible property returns whether the element is placed in the visible area of the component.
ListView

The ListView property returns the parent object.
OverlayIndex

The OverlayIndex property determines index of the overlay.
Selected

The Selected property determines whether this component is selected.
StateIndex

The StateIndex property determines index of the StateImages component view, that will show element's status.
Text

The Text property determines a component element text.

Methods

  Method name Brief description
CancelEdit

The CancelEdit method exits from the element edit mode saving the changes.
Delete

The Delete deletes the component element.
EditText

The EditText method turns list element into the text edit mode.
MakeVisible

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