Get Up And Running Fast With The In Depth Developer Guide For The Hospitality Survey App Template
September 14, 2017
The Hospitality Survey App templatethatEmbarcadero has released for Delphi 10.2 Tokyo through their GetIt platform is quite extensive. I have put together a developer guide video for the project which explains more in depth. The video explains each of the four…
Learn How To Use AngularJS To Quickly And Easily Connect And Consume JSON From RAD Server
September 13, 2017
The Hospitality SurveyAdmin dashboardproject 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…
Get Started with RAD Studio 10.2.1 using Sample Projects
September 13, 2017
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 can access the Guided Tour from the Welcome Page.
Mobile Snippets
We provide a number of FireMonkey mobile…
Implement CreateAnonymousThread with BCC32.
September 13, 2017
Author: h.mohri
C++Builder 10.2 BCC32 can not write lambda.So write an implementation inInvoke() with TCppInterfacedObject<>.
struct T_thread_proc : TCppInterfacedObject<TProc>{
TNotifyEvent f_ev_;
struct T_sync_proc…
"Expert Delphi - Part 1" Webinar Replay
September 13, 2017
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…
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…
Expert Delphi Webinars with Paweł Glowacki
September 10, 2017
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…
Embarcadero has four mobile arcade game projects for Delphi in Object Pascal available for free over on GitHub. All of the projects run on Android, IOS, OSX, and Windows. One of the projects is called Space Rocks and I modified this project to allow the player to customize…
Build Dynamic Forms At Runtime With Hospitality Survey Editor For Delphi 10.2 Tokyo
September 8, 2017
Embarcadero has released a Hospitality Survey App templatefor Delphi 10.2 Tokyo through their GetIt platform. The Hospitality Survey App consists of four different projects. A client app built with FireMonkey for Android, IOS, OSX, and Windows where users can fill out survey information. A web app built with AngularJS for viewing survey stats. A REST server built with RAD Server for Windows…