Generate strongly-typed access units from .daSchema

Hi,

we are using DA in a .net service project which should be exposed to a Delphi client.
When DA is used in our Delphi server, we can just right click the TDASchema component and generate the strongly-typed access units, which we always use.
How can we generate these units from a .daSchema file to use in our Delphi clients?
Thanks in advance.

Kind regards,
Robin

Hi,

you can load .daSchema to TDASchema and later generate the strongly-typed access units

Thanks!