ListView-InsertItem

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

此方法将一个新项目插入列表。 Row是应插入新项目的行索引。 可选的ItemImageIndex参数指定新项目的图像。 如果列表处于报表视图模式,则可以指定每个项目列的标签文本。