Function Name | dcl-ListView-InsertItem |
---|---|
Syntax | (dcl-ListView-InsertItem
<CONTROL> (Row [as
Long]
{ItemImageIndex [as Integer]}
ItemLabel [as
String] {Column1Label [as
String]} {Column2Label [as
String]} ...)) |
Return Type | Boolean (T if successful; otherwise NIL) |
Applies To | List View |
This method inserts a new item into the list. Row is the row index where the new item should be inserted. The optional ItemImageIndex argument specifies an image for the new item. If the list is in report view mode, label text for each of the item's columns may be specified.