Delphi

Cross Platform Activity Progress Dialog For Android, iOS, macOS, and Windows In Delphi 10.2 Tokyo

The Hospitality Survey Client project is part of the Hospitality Survey App template for Delphi 10.2 Tokyo, which Embarcadero released through their GetIt platform. The Hospitality Survey App consists of four different projects. In this blog post, I will cover the progress/activity dialog TFrame built into the Hospitality Survey Client project. The progress/activity functionality is built as a…
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
C++

Save Time With This Quick LiveBindings Trick For Delphi And C++Builder

LiveBindings is a great technology built into Delphi and C++Builder for bypassing most of the code involved in aCRUD data cycle (Create, Read, Update and Delete Cycle). Itcan keep you out of massive amounts of technical debt. However, sometimes the standard LiveBindings method of binding some controls can be overly complex. You can easily simplify your LiveBindings by using an…
Read more
C++

Learn To Quickly Use NoSQL With MongoDB And FireDAC In Delphi And C++Builder

In CodeRageX there were two sessions around MongoDB. The first session is the basics and the second session is more advanced topics dealing with MongoDB.MongoDB is an open-source NoSQL document database. The first session covers a MongoDB overview, JSON and BSON, the FireDAC MongoDB API wrapping classes, and the FireDAC MongoDB datasets.The second session covers indexing, query options…
Read more