V04 - First Steps in RemObjects SDK for Delphi
This video will show you the first steps in creating a new RemObjects SDK server and client in Delphi. It will show you how to define a service with some methods, implement them, and on the client execute the methods.
Stay up to date with new content by subscribing to our RSS feeds:
All | Articles | Videos | FAQs
Advanced Search...
Find answers to the most commonly asked questions about our products. The FAQs are regularly updated based on the latest newsgroup postings ans support emails, to provide up-to-date information.
Latest Questions:
Which of the many channels available should I choose and why? There is an article available that covers this question: RO38 - Comparison of the RemObjects SDK Channels.
Can I use the trial version of the RemObjects SDK with upgraded the Indy Components? No, the trial version only supports the "official" versions of Indy that ship with the respective versions of Delphi. Since the...
Can I provide a temporary bypass of auto generation of files? It can be done but it requires a little manual intervention. Allow the RemObjects SDK to generate the _intf file and then comment out the...
How do I access async responses after restart? In order to do this, you need to persist both the Message's ClientID and the ID of the request (say to an .ini file), and restore them when...