Twebgrid use an image

Is this possible or a future upgrade.?

You can set cell content as HTML and as such, insert an image via inserting an <IMG> tag.

Got that thanks.

This worked.


  WebStringGrid1.Cells[7,1] := '<img src="http://www.toolfolks.com/docs/batteries.jpg" alt="Girl in a jacket" width="40" height="40">';
  WebStringGrid1.Cells[7,2] := '<img src="http://www.toolfolks.com/docs/batteries.jpg" alt="Girl in a jacket" width="40" height="40">';
  WebStringGrid1.Cells[7,3] := '<img src="http://www.toolfolks.com/docs/batteries.jpg" alt="Girl in a jacket" width="40" height="40">';
  WebStringGrid1.Cells[7,4] := '<img src="http://www.toolfolks.com/docs/batteries.jpg" alt="Girl in a jacket" width="40" height="40">';
  WebStringGrid1.Cells[7,5] := '<img src="http://www.toolfolks.com/docs/batteries.jpg" alt="Girl in a jacket" width="40" height="40">';
  WebStringGrid1.Cells[7,6] := '<img src="http://www.toolfolks.com/docs/batteries.jpg" alt="Girl in a jacket" width="40" height="40">';
  WebStringGrid1.Cells[7,7] := '<img src="http://www.toolfolks.com/docs/batteries.jpg" alt="Girl in a jacket" width="40" height="40">';