Situation is I have a Tlistview in an App which brings back records from a TFDMemTable. These records are various files such as images, PDFs etc. I’ve managed to load the images into a TImage component but I’m struggling to understand what to do with PDF files?
Would I need to save the PDF file to the device storage and then load/open it from device to view it?
Bit confused :/
Any help would be great.
Thanks,