Icons8 and Delphi GUIs
May 7, 2017
Author: Pawe Gowacki
Designing graphical users is a combination of different skills. Probably the artistic angle is the most important, but user experience comes close. In Delphi Rapid Application Development paradigm there is hardly the prototyping phase. Your…
DEMO APP MANAGEMENT POST FUEL
May 7, 2017
Author: Landerson Gomes
Video Demo of a prototype project of the Fuel Station Management App.
Project
One partner asked me for a mobile application for fuel station management that interacted with a server application that already exists and is in production. Using Delphi…
Dark Side of the TDataSet
May 5, 2017
Author: Bogdan Polak BSC
Declaration Why this blog
I continue the series of introductory articles into the architecture focused on Delphi environment. I was planning to start this blog with a series of posts that may not be revealing, but allow you to put together a well-known pieces of knowledge. Pieces which I did not find online or in the most popular Delphi books, but those that are…
Delphi on Raspberry Pi
May 5, 2017
[Part 1] [Part 2]
Part 1
The Raspberry Pi is an example of a single board computer. These low-cost hobby or project computers are a prime staple of the Internet of Things. More powerful than an Arduino, but not a full desktop. They often have limited or specialized hardware…
Microservices represent the latest in multitier architecture. Decoupling services result in increased flexibility, greater scalability and a more robust architecture. RAD Server makes the development of microservices easy. You can migrate existing fat client or multitier…
We are pleased to release a hotfix for RAD Studio 10.2. This hotfix addresses:
debugger issues for Android, iOS, and Linux;
Delphi Win64 compiler issues;
a C++ RTL issue addressing a crash on exit;
a security issue in the C/C++ RTL. Our thanks to Łukasz Wyporek for notifying us of this issue.
You can find full details about each issue in the readme and download page on CodeCentral.
We also have…
RxLib and Tokyo Compatibility
April 26, 2017
Author: Jhonny
Although in the pagehttp://www.micrel.cz/RxLib/says that they are not the official page of theRxLib, anyone needing this library of components to be able to update their version Delphi … they hope that they add support for Delphi Tokyo. As…
FireMonkey and VCL Style Packs from DelphiStyles.com
April 26, 2017
Their FireMonkey Style Packs provide custom themes for Windows, Mac, iOS and Android, plus Linux (via their FMX for Linux support). They also include style templates for the Bitmap Style Designer with multi-resolution graphics. Below are screenshots of some of their…
Design Patterns in RAD Delphi
April 24, 2017
Author: Bogdan Polak BSC
What is a design pattern?
While several definitions can be formulated, they all contain one universal message. In my opinion the most accurate definition is given in the Wikipedia:
https://en.m.wikipedia.org/wiki/Software_design_pattern
I would like to draw your attention to two lines:
general reusable solution
solve common problems
Let’s consider whether…