RTC Forums

Subscription => Support => Topic started by: GeorgeK on July 22, 2012, 12:37:54 AM



Title: xmlrpc in a dbgrid
Post by: GeorgeK on July 22, 2012, 12:37:54 AM
Hello,

I want to use the xmlrpc technology to load the wordpress blogs in my delphi application.
What is the easiest and best way to load all the list of blogs using RTC xmlrpc and put them on a grid?


Title: Re: xmlrpc in a dbgrid
Post by: D.Tkalcec (RTC) on July 22, 2012, 11:33:22 AM
If you can use XML-RPC for communication, I'd say that RTC remote functions (TRtcClientModule) with the XML-RPC format would do the trick. To get the data into a DBGrid, you can use any in-memory dataset (like TRtcMemDataSet, for example).

Best Regards,
Danijel Tkalcec


Title: Re: xmlrpc in a dbgrid
Post by: GeorgeK on July 24, 2012, 01:10:02 PM
is the source code of the compiled "RTC XML-RPC Test" available?


Title: Re: xmlrpc in a dbgrid
Post by: D.Tkalcec (RTC) on July 24, 2012, 01:20:14 PM
Yes. You can find it in the "Quick Start/XMLRPCTest" folder.

Best Regards,
Danijel Tkalcec