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
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
Delphi

Container Accordion on Delphi FMX

Author: Landerson Gomes Watch this video tutorial on how to create a retractable container using Delphi Firemonkey. (In Portuguese) Subscribe to the channel:https://www.youtube.com/landersongomes6 Follow my personal blog with various tips from Delphi, Android and Delphi community events in Brazil:http://landersongomes.com.br/ See you next time! …
Read more
Delphi

Why I choose Delphi

Author: Jens Fudge Why do I use Delphi I have been using Delphi since the first version came out back in 1995. My first encounter with Delphi was with Cary Jensen doing a presentation in Copenhagen. I was a student at the time, and didn’t really have the money to…
Delphi

Easy Add Custom Component Icons in Delphi

Author: Pawe Gowacki I have just recently discovered a super easy way of adding custom icons to Delphi components. Traditionally you had to start from a rectangular bitmap of a specific size and color depth and then use Image Editor. This is documented in many places…
Delphi

My "Expert Delphi" book published!

Author: Pawe Gowacki My “Expert Delphi” book has been published by PACKT Publishing and is currently available for a limited time for just $10at https://www.packtpub.com/application-development/expert-delphi.The book is about how to become developer super hero and gain amazing productivity powers to develop stunning, native cross-platform mobile apps from the same codebase…
Read more