Grid_FillList

Funktionsname dcl_Grid_FillList
Syntax   (dcl_Grid_FillList <CONTROL> as List of Lists as ((Column0Label [als String] {Column0ImageIndex [als Integer]} Column1Label [als String] {Column1ImageIndex [als Integer]} ...) ...))
Rückgabewert Boolean (T if successful; otherwise NIL)
Anwendbar auf Grid

This method clears and refills the grid row by row. The optional image index argument specifies the image from the control's image list to display with the label in the corresponding cell. Each cell is pre-populated with the specified label text.