ListView-AddString

Function Name dcl-ListView-AddString
Syntax   (dcl-ListView-AddString <CONTROL> ItemLabels [as String] {Delimiter [as String]})
Return Type Long
Applies To List View

This method appends a new item to the list. The ItemLabels argument is a delimited string containing the label text for each column of the new item. Delimiter is the delimiter character; if no delimiter is specified, the tab character ("\t") is assumed. Each column in the new item is populated with the specified label text. If no label text is specified for a column, it remains empty. The return value is the index (zero-based) of the new item.