Tutorial: Passing Plain Old Delphi Objects with DataSnap
Go Up to Database and LiveBindings Tutorials
In the world of DataSnap and Delphi, we can talk about Plain Old Delphi Objects, used for passing data in and out. TObject is the very base object, but now you can pass plain old objects with DataSnap. This tutorial shows you how to build a Server and Client and demonstrates passing an arbitrary TObject descendant from DataSnap Server Method.