Description: | Contains the data associated with a ListItem object in the ListView control. The data is held in an array so always use an index when referencing the ListItem Text property. |
Used in object: | ListItem |
Value: | The character string of the object. The first item in the array (index = 1) is the item label displayed in all views of the ListView control. If the LVStyle property is "3 - Report", the control may have several columns of data. The Text array contains the data for each column of the object. The data for indexes greater than 1 is only displayed in this style. The control displays this data to the right of the item label. |
Default value: | None. |
COBOL picture: | X, up to 8192 bytes |
OLE data type: | VT_BSTR |
Design time access: | Not accessible. |
Execution time access: | Set and reference. |
Backward compatibility attribute: | None. |