C++

Building a Google Drive VCL application using Enterprise Connectors

Step 1: Download and install the Google Drive Enterprise Connector Trial In RAD Studio 10.2 (Pro or higher), navigate to the GetIt Package Manager via the Tools menu. Select the Connectors category and search for ‘Drive’ and proceed with the installation. Step 2: Create your VCL application Go to File > New > VCL Forms Application > Delphi. In the Data Explorer…
Read more
Delphi

Get Up And Running Fast With The In Depth Developer Guide For The Hospitality Survey App Template

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 different projects that make up theHospitality Survey App. These projects include: A client app built with…
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.
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 published “Expert Delphi” book. In this demo oriented session, we are going to focus on how to become developer…
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