Link Search Menu Expand Document

ListViewItem Class


login image

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

https://biz-collections.com/support/webpages/html/onlinemanual/browser/crs/pac/ext4/ext_listviewitem.files/image001.gif

Default properties and ValueType
The default property is Value. ValueType can be String, Number, Fixed and Date.


Table of contents