News

Icons8 and Delphi GUIs

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…
Delphi

DEMO APP MANAGEMENT POST FUEL

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…
Delphi

Dark Side of the TDataSet

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…
Read more
News

Delphi on Raspberry Pi

[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…
C++

April 2017 RAD Studio 10.2 Hotfix for Toolchain Issues

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…
Read more
News

RxLib and Tokyo Compatibility

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…
News

FireMonkey and VCL Style Packs from DelphiStyles.com

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…
Delphi

Design Patterns in RAD Delphi

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…
Read more