News

CodeRage XII - Cloud Track

These are the14 sessions in theCloud track for CodeRage XII. Register today and you can watch them on Embarcadero Academy. Integrating with Amazon DynamoDB using Delphi Enterprise CDATA Connector with Paweł Głowacki Scheduled: Tue 7th @ 6:00 AM Level: All (General information for everyone) [Watch during CodeRage] [Add to Gcal] [Add to Outlook / iCal] Description: Amazon DynamoDB is…
Read more
News

CodeRage XII - C++ Track

These are the 23 sessions in theC++ track for CodeRage XII. Register today and you can watch them on Embarcadero Academy. InterBase 2017 ToGo Cross-Platform Development and Deployment with Al Mannarino Scheduled: Tue 7th @ 6:00 AM Level: All (General information for…
Delphi

What is my IP address?

Author: Pawe Gowacki There are many situation when it would handy to know the IP address of a device where our app is running. Maybe you want to identify who is running your app? By IP address it is also possible to calculate the approximate location of a device. If you…
Delphi

Easily Make Asynchronous REST Calls In Delphi 10.2.1 Tokyo On Android, iOS, macOS, and Windows 10

The Hospitality Survey App template contains a RAD Server project and a Delphi client project. You can download the Hospitality Survey App template code for yourself from Embarcadero’s GetIt. The Delphi client project makes REST calls via the BaaS components to RAD Server. Keep in mind that this same source code will work with TRESTClient and TNetHTTPClient. It is beneficial for the REST…
Read more
Delphi

Learn How To Add Endpoints To RAD Server In The Hospitality Survey App Template

The Hospitality Survey EMS projectis part of theHospitality Survey App template for Delphi 10.2 Tokyo that Embarcadero has released through their GetIt platform. The Hospitality Survey App consists of four different projects. In this blog post I am going to cover theHospitality Survey EMS project. Itis the backend RAD Server module for the Hospitality Survey Client and the…
Read more
News

Expert Delphi Webinars with Paweł Glowacki

Paweł Glowacki’s book Expert Delphi and he is hosting a couple webinars where he will share some of the best parts. Expert Delphi – Part 1 Tue, September 12, 2017 at8 AM, 1 PM, 8 PM CDT Join Paweł for the tour through the first part of his recently…
Delphi

REST with Datasnap Details in Practical Application Part 2

Author: Landerson Gomes When exposing the project I decided to make use of REST DataSnap on the server side, and on the client side of the REST Client Library, and Firemonkey to create our solution. For serialize and deserialize of JSON types, we use the new features of the JSON Frameworks (inserted from the Seattle version): System.JSON.Readers and…
Read more