1
I am developing a mobile system (Android and IOS) with Delphi Seattle 10 and came across the following problem:
I need to popular a listview and for that, I receive the data via Json through a Rest server in Php.
I am using the components below to receive the data in Delphi:
- Restcliente
- Restrequest
- Restraint
- Restresponsedataseradapter1
- Fdmentable
I already receive the information correctly and display in Listview, except for the field image why I only store her path in my database and then when it’s time to perform Bind in Delphi I get the following error:
Evalerror in Linkfillcontroltofield1: Unable to cast or find converters between types string and Tbitmap.
So I ask you:
How do I upload an image through its url in listview mobile using something like "loadfromfile"
?
thank you!
Diego
thanks for the help and response! hugs!
– Diego Lela