| Funktionsname | dcl_ListView_FillList |
|---|---|
| Syntax | (dcl_ListView_FillList
<CONTROL>
as List of Lists as ((ItemLabel [als String]
{ItemImageIndex [als Integer]}
{Column1Label [als String]}
{Column1ImageIndex [als Integer]}
...) ...)) |
| Rückgabewert | Boolean (T if successful; otherwise NIL) |
| Anwendbar auf | List View |
This method clears and refills the list item by item. The optional image index argument specifies the image from the control's image list to display with the label in the corresponding column.