Grid-SetCellImages

Имя функции dcl-Grid-SetCellImages
Синтаксис   (dcl-Grid-SetCellImages <CONTROL> Строка [типа Long] Столбец [типа Long] ImageIndex [типа Integer] {AltImageIndex [типа Integer]})
Возвращаемый тип Boolean (T - успешно; иначе NIL)
Подходит к Grid

This method sets the cell image for the cell at the specified row and column. ImageIndex is the image from the control's image list, or -1 to reset the cell image to none. The optional AltImageIndex is used for the checked state of a cell with style 3 (toggle icon). Note that cells use the column default image for their column when no image has been set.