Adding a style selector menu to your application only takes a couple of lines of code and allows you to quickly update your existing user interface while providing added flexibilityto your customers.
To add a style selector, I added a combobox to the form with the following code:
uses VCL.Themes;
procedure TForm9.StyleSelectorChange(Sender: TObject);
begin
…
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 10.1 Berlin, I was able to prepare this prototype and communicate with the server for a total of 14…
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…
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…
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…
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 great new styles.
DelphiStyles.com also offers a variety of really nice VCL Style Packs with different Windows…