| 功能名称 | dcl_ListView_InsertItem |
|---|---|
| 句法 | (dcl_ListView_InsertItem <CONTROL> (Row [as Long]
{ItemImageIndex [as Integer]}
ItemLabel [as String]
{Column1Label [as String]}
{Column2Label [as String]}
...)) |
| 返回类型 | Boolean (T if successful; otherwise NIL) |
| 适用于 | List View |
这种方法插入一个新的项目到列表中。行是行索引,其中新应插入项目。 ItemImageIndex可选的参数指定的图像为新的项目。如果该列表是在报告视图模式中,每个标签文本项目的列可以指定。