Hi,
Is there a reason why the IDField property of the TWebClientDataset was not made published, as the other datasets do have ?
It is a bit annoying to having to set this property in code, as I can do everything else in designtime.
Also: the values of the params property of the TWebClientDataset are not being added as GET parameters to the request, as is done by other datasets (like the
TWebSQLRestClientDataset) ?
Thanks