Sunday 15 January 2012

delphi - How to return a record in a DataSnap method -


I want to be able to declare the data snap method with the following signature

  Type TLoginInfo = Record Username: string; Password: string; Lastlog: Datetime; End; GetLoginInfo function (CONSTORE UserID: integer): TLoginInfo;  

When I try to call it, it says that TloginInfo is not well known

If you are using the "new" datenet then look here:


No comments:

Post a Comment