Hi experts,
I want to display 64 bitmaps in a 8x8 grid. Now I am searching for the right component. I am thinking of using a DrawGrid, but I am not sure if this is the right idea.
Unfortunately there is no valid statement like
drawgrid1.row1.col1.LoadFromFile:="c:\mybitmap1.bmp";
drawgrid1.row1.col2.LoadFromFile:="c:\mybitmap2.bmp";
....
drawgrid1.row8.col8.LoadFromFile:="c:\mybitmap64.bmp";
How would you solve this problem?
in addition, you can keep bitmaps in resource file and load images from there, then it will be always together with your project.
-----
Igor.