I'm working with Delphi 10.3.3
Hi all,
does anyone have an idea for a project like this ;
On a desktop, a software (master), and on a tablet (let's says surface) the slave. I would like to send the PDF or whatever from the master to the slave on runtime.
What's the best approach to communicate between the 2 ? A thread communicating with a database ? or a communication channel between the master / slave ?
Thanks
Patrick