XData and VCL app How-To

Is there any documentation about using VCL app as client to XData server?

Just basic CRUD operations explained.

Since XData provides a Represential State Transfer API (REST API), you can simply follow the tutorial provided here: click me.

Hope this helps

1 Like

And you can also use TXDataClient component for an even higher level access to XData servers, specifically: TXDataClient | TMS XData documentation.

Thanks for replys.

I guess there is no XDataWebDataset component for VCL ("XDataVCLDataset")?

Correct. But you can use TAureliusDataset to bind objects retrieved using a TXDataClient to the data-aware controls.