XData and C++Builder

I have 2 requests:

  1. Are there any options or plans to get XData supported in C++Builder?
  2. It would also be very useful and helpful to have equivalent components to XDataWebConnection and XDataWebDataSet that work in VCL with both Delphi and C++Builder

I have already figured out how to use C++Builder to connect and work with Delphi XData Servers using RADStudio REST components. But now, I would like to develop XDataServers using C++Builder because I already have many database applications developed using C++Builder that I would like to migrate to RESTful Api architecture.

Thank you,
Elias

Unfortunately we don't have short-term plans to support C++ Builder. Maybe in the future.

For regular Delphi applications (non-Web Core), you can use TXDataClient to perform requests to the server, and TAureliusDataset to bind the received objects to data-aware controls.