Posts by LeoBJr • 49 points
3 posts
- 
		2 votes1 answer2265 viewsQ: Use of Callback in DelphiI’m reformulating my question regarding the Callback methodology. I would like some specific example or material of how to use Callbacks calls from the server to the client. Example: CLIENT SIDE In… delphi-xe3asked LeoBJr 49
- 
		0 votes1 answer405 viewsA: How to inherit from a Servermodule in Datasnap with Delphi XE3Solved, The problem was in . dpr and . dproj, had to change the nomenclature from Tremotedatamodule to Tdsservermodule. Ai it was possible to inherit a Servermodule. Thank you all,… 
- 
		2 votes1 answer405 viewsQ: How to inherit from a Servermodule in Datasnap with Delphi XE3I am migrating a Server application with Dcom protocol and Borland Socket Sever in Delphi 2006 to Datasnap in the Delphi XE3, but in the new version of Datasnap I am not managing to inherit a…