Имя функции | dcl-ListView-AddString |
---|---|
Синтаксис | (dcl-ListView-AddString
<CONTROL>
ItemLabels [типа
String] {Delimiter [типа
String]}) |
Возвращаемый тип | Long |
Подходит к | 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.