Description: | Contains a pointer to a ListItem object, that is part of an array of such pointers in the ListView control. Always specify an index when referencing the ListItems property. |
Used in control(s): | ListView |
Value: | A pointer to a ListItem object. The index can be set to values from 1 to the value of the Count property. |
Default value: | None. |
COBOL picture: | OBJECT REFERENCE POW-CLISTITEM |
OLE data type: | VT_DISPATCH |
Design time access: | Not accessible. |
Execution time access: | Reference only. |
Backward compatibility attribute: | None. |