Thread for update TTMSFMXTileList every "n" seconds in order to add tiles

Hello

I will programming a kitchen monitor using TTMSFMXTileList, every tile will display food request from customers.

Right now I want you to ask for a sample that demostrate the use of a Thread that can "add" tiles on the existing TTMSFMXTileList component every "n" seconds. This thread will be powered by result of a query executed with the RemoteDB component.

Can you please give me a Thread example of this?

Thanks

Maybe this Stack Overflow topic can shed some light on it: multithreading - How to update GUI from Thread using Delphi - Stack Overflow