ListViewItem Class
A class that defines each item in the ListView class. Be sure to use it as an array as a child object of the ListView class.
If the ListView.ListStyle property is $REPORT (report format), the ListViewItem class corresponds to the leftmost column and also defines the entire row. (Other columns are defined in the ListViewSubItem class)
Screen Display Example
Default properties and ValueType
The default property is Value. ValueType can be String, Number, Fixed and Date.
