Delphi

Healthcare App Prototype Built In Delphi Wins First Place In Startup Weekend Competition!

A Techstars Startup Weekendeventwas held between November 17 and November 19, 2017in Bakersfield, California. TheStartup Weekend events are about bringing together entrepreneursfor meeting new people, building, and launching new products in a hackathon environment. I attended the event and took part as a competitor. At Startup Weekend ideas are purposed and then teams…
Read more
C++

FireDAC & ODBC for Paradox and dBase tables.

I continue to get customer requests for options to migrate legacy RAD Studio, Delphi or C++ Builder applications using the Borland Database Engine (BDE) with Paradox and/or dBase files. With the current versions of RAD Studio…
News

FireDAC and Microsoft Azure SQL Database

I’ve started to get requests to use FireDAC with Cloud Databases, like SQL Azure. The question whether or not to put your business data in the cloud is getting easier and easier these days and a lot of that is thanks to Microsoft’s investment in Microsoft…
Delphi

Quickly Build A Cross Platform Low Code Christmas Movie REST API Client With Delphi FireMonkey

Author: EAE It is quick and easy to build a REST client with Delphi. I wanted to build out a Christmas themed project in Delphi and what better way than to build a Christmas Movie finder app. I wanted to build this app so that it was cross platform and would run on Android, iOS, macOS, and Windows with a single code base and single UI so I picked FireMonkey to do this. I also wanted to built the…
Read more
C++

C++ Boot Camp: Game Development

Author: Aidan K7359 11-August-2016 / Day 4 of C++ Boot Camp is C++ Game Development hosted by Eli M., MVP, Developer and Entrepreneur from FMXExpress.com Four different games with classic game mechanics will be demonstrated. We will be also be covering topics such as App…
News

Introducing the ListView Item Designer in RAD Studio 10.1 Berlin

In RAD Studio 10.1 Berlin, we provide a new ListView Item Designer for FireMonkey applications that you can use to easily design custom ListView layouts. During today’s launch webinar, I showed the new TListView Item Designer in action. TListView provides a fast, scrollable list for your multi-device applications. With TListView, you have access to a number of predefined appearance modes.
Read more
News

Using the Floating Form Designer in Delphi

The Floating Form Designer is often commented as one of the reasons many developers still love using Delphi 7after almost 14 years. In that time Delphi has moved on a long way,firstly moving to theGalileo(docked) IDE, added unicode,64bit…
C++

Adding headers to TListView programmatically

During today’s Delphi, C++Builder and RAD Studio 10 Seattle launch webinar, I got a question on how to add headers to TListView programmatically instead of using LiveBindings with a data source. Here is a quick code snippet showing how to programmatically add TListView…
Delphi

Using existing ClientDataSet data in FDMemTable

Author: Davide Rubbiani For today’s #DelphiWeek post, I thought I would highlight how you can use existing ClientDataSet (.cds) data in FDMemTable. With this approach, you can also save existing .cds data as JSON, for example. In this tutorial, I am going to create a new application, but you could also use this approach with an existing application. Create a new Multi-Device Application…
Read more