ListView_InsertItem

Funktionsname dcl_ListView_InsertItem
Syntax   (dcl_ListView_InsertItem <CONTROL> Row [als Long] {ItemImageIndex [als Integer]} ItemLabel [als String] {Column1Label [als String]} {Column2Label [als String]} ...))
Rückgabewert Boolean (T if successful; otherwise NIL)
Anwendbar auf 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.