I am attaching a small project which iterates over the records of the "mushrooms" sample project (in examples/database/image_mushrooms, converted to dbf) and displays the images in a scrollbox with flowpanel. The TFlowPanel is a control which rearranges its controls in some grid-like manner. The scrollbox is needed to display scrollbar in the case that the images do not fit in the viewport. The images are created at runtime while iterating over the dataset. To improve visual appearance each image is inserted in a gray panel with additional label for the image name.