This control implements a list of selectable text items with icons.
ListView items are indexed by a key. They display a string and an icon.
This control has an internal cursor used for accessing its items. Use the MoveFirst, MoveNext, MoveTo... methods to move the internal cursor, and the Item property to get the item it points at.
The name of a ListView class should start with lvw. See Naming Conventions