A ListViewItem object is a system structure that populates a ListView control. ListViewItems have no events.
| 
                                  ListViewItem property  | 
                              
                                  Datatype  | 
                              
                                  Description  | 
                           
|---|---|---|
| 
                                  ClassDefinition  | 
                              
                                  PowerObject  | 
                              
                                  An object of type PowerObject containing information about the class definition of the object or control.  | 
                           
| 
                                  CutHighlighted  | 
                              
                                  Boolean  | 
                              
                                  Specifies whether the item is the target of a cut operation. Values are: TRUE -- The item is the target of a cut operation. FALSE -- The item is not the target of a cut operation.  | 
                           
| 
                                  Data  | 
                              
                                  Any  | 
                              
                                  Assigns any user-defined data to a ListView item.  | 
                           
| 
                                  DropHighlighted  | 
                              
                                  Boolean  | 
                              
                                  Specifies whether the item is the target of a DragDrop operation. Values are: TRUE -- The item is the target of a DragDrop operation. FALSE -- The item is not the target of a DragDrop operation.  | 
                           
| 
                                  HasFocus  | 
                              
                                  Boolean  | 
                              
                                  Specifies whether the item has focus. Values are: TRUE -- The item has focus. FALSE -- The item does not have focus.  | 
                           
| 
                                  ItemX  | 
                              
                                  Integer  | 
                              
                                  Identifies the X location of the item relative to the upper-left corner of the control.  | 
                           
| 
                                  ItemY  | 
                              
                                  Integer  | 
                              
                                  Identifies the Y location of the item relative to the upper-left corner of the control.  | 
                           
| 
                                  Label  | 
                              
                                  String  | 
                              
                                  Identifies the string label associated with the item.  | 
                           
| 
                                  OverlayPictureIndex  | 
                              
                                  Integer  | 
                              
                                  Identifies the overlay picture associated with the item.  | 
                           
| 
                                  Integer  | 
                              
                                  Identifies the large and small picture associated with the item.  | 
                           |
| 
                                  Selected  | 
                              
                                  Boolean  | 
                              
                                  Specifies whether the item is selected. Values are: TRUE -- The item is selected. FALSE -- The item is not selected.  | 
                           
| 
                                  StatePictureIndex  | 
                              
                                  Integer  | 
                              
                                  Identifies the state picture associated with the item.  | 
                           


