For today's #DelphiWeek post, I thought I would highlight how you can use existing ClientDataSet (.cds) data in FDMemTable. With this approach, you can also save existing .cds data as JSON, for example. In this tutorial, I am going to create a new application, but you could also use this approach with an existing application.
Create a new Multi-Device Application (FireMonkey) or VCL Forms Application
Place a TClientDataSet onto your form
Place a TFDMemTable onto your form
Right-click on th...