C++

Learn How To Use AngularJS To Quickly And Easily Connect And Consume JSON From RAD Server

The Hospitality Survey Admin dashboard project is part of the Hospitality 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 the Hospitality Survey Admin dashboard project which was built in AngularJS. The Admin Dashboard connects to RAD…
Read more
C++

Get Started with RAD Studio 10.2.1 using Sample Projects

  Guided Tour The Guided Tour is a step-by-step bubble pop-up tour that shows you how to build your first multi-device FireMonkey application using the FireUI Designer. Following the steps in the tour is a good starting point for anyone new to the FireMonkey framework. You…
C++

Implement CreateAnonymousThread with BCC32.

Author: h.mohri C++Builder 10.2 BCC32 can not write lambda. So write an implementation in Invoke() with TCppInterfacedObject. struct T_thread_proc : TCppInterfacedObject{ TNotifyEvent f_ev_; struct T_sync_proc : TCppInterfacedObject{ TNotifyEvent f_ev_; …
Delphi

"Expert Delphi - Part 1" Webinar Replay

Author: Pawe Gowacki Great thanks to all people that attended “Expert Delphi – Part 1” webinars in different time zones. It was a pleasure to give a taste of the first six chapters of the “Expert Delphi” book and walk you through selected demos! During webinars, I…