Healthcare App Prototype Built In Delphi Wins First Place In Startup Weekend Competition!
November 21, 2017
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…
Top 10 Most Popular Open Source Delphi Projects On GitHub By Star Rating
November 12, 2017
There are quite a few Delphi open source projects on GitHub that can really save you some time. I searched for Delphi on GitHub and then sorted by the Most Starred projects and came up with this Top 10 list. There is some really good stuff here including Awesome Delphi…
Massive Collection Of Design Patterns, Frameworks, Components, And Language Features For Delphi
November 12, 2017
DeveloperbeNative over on GitHub has a project called Concepts which is a massive collection of Delphi modular demos featuring over twenty differentlanguage features, design patterns and some interresting frameworks, and components. A copy of all of the libraries the Concepts project depends on are included to reduce the hassle of installing them separately.
The modular demos include…
Delphi 10.2 Tokyo ships with a massive amount of FireMonkey components for cross platform development on Android, iOS, macOS, and Windows. However, there is always room for more custom components to be built to get your app done that much faster. Additionally, once you start…
C-To-Delphi Converter Tool Can Quickly And Easily Help You Convert Standard C Code To Delphi
November 11, 2017
Developer Wouter Van Nifterick has a C-To-Delphi converter tool available over on GitHub under an MIT open source license. The tool contains a split view where you can write standard C code on the left side of the split view and it will show you translated code in Object…
Six Easy Ways To Embed JavaScript Engines In Your Delphi 10.2 Tokyo Apps
November 11, 2017
JavaScript is a useful scripting language which you can incorporate within your Delphi 10.2 Tokyo apps in a number of ways. There are open source, commercial component sets, and libraries which quickly allow you to do this in Delphi. These include JSEngine, ScriptGate, paxCompiler, v8delphiwrapper, BESEN, and ChakraCore headers. Some of the reasons why you might want to use Delphi and JavaScript…
Easily Make Asynchronous REST Calls In Delphi 10.2.1 Tokyo On Android, iOS, macOS, and Windows 10
October 8, 2017
The Hospitality Survey App template contains a RAD Server project and a Delphi client project. You can download the Hospitality Survey App template code for yourself from Embarcadero’s GetIt. The Delphi client project makes REST calls via the BaaS components to RAD…
Cross Platform Business Stats Dashboard App For Delphi 10.2.1 Tokyo On Android And IOS
September 28, 2017
The Hospitality Survey Client project is part of the Hospitality Survey App template for Delphi 10.2.1 Tokyo that Embarcadero has released through their GetIt platform. The Hospitality Survey App consists of four different projects plus a Survey Question Editor. And now…
Generate Cross Platform Dynamic Forms At Runtime From JSON In Delphi 10.2.1 Tokyo
September 19, 2017
The Hospitality Survey Client project is part of the Hospitality Survey App template for Delphi 10.2.1 Tokyo that Embarcadero has released through their GetIt platform. The Hospitality Survey App consists of four different projects. In this blog post I will cover thedynamic form generator that is built into the Hospitality Survey Client project. Also keep in mind that the client can be…