In my database I have the file path of images. How can I use it to display the correct images in a listview that is Bound to the database ?
I am using Seattle - Firemonkey for Mobile development.
DelphiMobile
Last Comment
Sinisa Vuk
8/22/2022 - Mon
aikimark
Generally, this is done by changing the properties of the 'bound' picture/image object every time an item in the list is selected. Open up the Fishes sample application that comes with Delphi for an example of this.
Allan_Fernandes
ASKER
Somehow cannot find the FishFact example in Seattle will look up the older versions.
But that is when the item is selected. What I want is that if 10 records are displayed all ten should show their respective picture.