How to Transfer Images via DataSnap REST Part 3
March 15, 2018
Author: Landerson Gomes
In this post you will watch the video of how to upload files from an Android client application to Datasnap REST Server.
Watch…
Migrating is easier than you think!
December 26, 2017
As an Embarcadero Software Consultant, I’m often asked to help migrate legacy Delphi and C++ Builder code to the current versions. Developers have commented that their migrations were easier than they thought! Here are two recent Code Rage Sessions showing Migrating your…
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 (which is another top list), Delphi IDE color theming projects, an MVC web framework, a REST API client,Open Source Computer…
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…
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…
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…
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…
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…
RAD Studio 10.2: Windows 10 VCL UWP/WinRT Support
September 29, 2017
Windows 10 VCL Universal Windows Platform (UWP)/WinRT Services and Components has been added to the Run Time Library (RTL).
For example, the Windows 10 Notifications Componentand Windows 10 Sharing/Contract Component, for both Object Pascal and C++ is included in RAD Studio, Delphi and/or C++ Builder
Introduction/Background on WinRT
To implement Windows 8 and Windows 10 features like…