ListView-InsertItem

Имя функции dcl-ListView-InsertItem
Синтаксис   (dcl-ListView-InsertItem <CONTROL> (Row [типа Long] {ItemImageIndex [типа Integer]} ItemLabel [типа String] {Column1Label [типа String]} {Column2Label [типа String]} ...))
Возвращаемый тип Boolean (T - успешно; иначе NIL)
Подходит к List View

This method inserts a new item into the list. Строка 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.