I have my application running in Delphi 10.1 with Datasnap server and client application.
There are few methods declared in the server with parameters "out/var"
Eg: sum (out a: widestring) or sum (var a: widestring)
When I try to generate classes from client application connecting to the server, it does not generate classes pas file when functions or procedures with out/var are available.
Please suggest.