ListViewItem object
A ListViewItem object is a system structure that populates a
ListView control. ListViewItems have no events.
Properties
|
ListViewItem property |
Datatype |
Description |
|---|---|---|
|
ClassDefinition |
PowerObject |
An object of type PowerObject containing |
|
CutHighlighted |
Boolean |
Specifies whether the item is the target of a cut TRUE — The item is the FALSE — The item is not |
|
Data |
Any |
Assigns any user-defined data to a ListView |
|
DropHighlighted |
Boolean |
Specifies whether the item is the target of a TRUE — The item is FALSE — The |
|
HasFocus |
Boolean |
Specifies whether the item has focus. Values TRUE — The item has focus. FALSE |
|
ItemX |
Integer |
Identifies the X location of the item relative to |
|
ItemY |
Integer |
Identifies the Y location of the item relative to |
|
Label |
String |
Identifies the string label associated with the |
|
OverlayPictureIndex |
Integer |
Identifies the overlay picture associated with the |
|
Integer |
Identifies the large and small picture associated |
|
|
Selected |
Boolean |
Specifies whether the item is selected. Values TRUE — The item is selected. FALSE |
|
StatePictureIndex |
Integer |
Identifies the state picture associated with the |
Functions
|
ListViewItem function |
Datatype returned |
Description |
|---|---|---|
|
String |
Returns the name assigned to the |
|
|
Integer |
Creates a reference to a context-specific instance |
|
|
PowerObject |
Returns a reference to the parent of the |
|
|
Object |
Returns the type of the object. |