XData for Android

I have a Delphi Rio Firemonkey app that I want to add Rest (XData) connectivity to MS SQL server.  However, when configured for Android 32 bit, all TMS XData controls are disabled.  Is this correct functionality, or do I have something configured wrong?

Hello Steve,

I don't see that behavior here. The components related to Web Core (TXDataWebClient, TXDataWebDataset, TXDataWebConnection) are indeed disabled, which is expected, but TXDataServer and TXDataConnectionPool are enabled. But those are used to build a XData server.
If you want to connect from an Android client to an XData server, use the TXDataClient class, which is non-visual:
https://download.tmssoftware.com/business/xdata/doc/web/txdataclient.html

Wagner R. Landgraf2020-06-08 19:12:51