Author: Luis Navarro
I’ve always enjoyed working with Delphi and RAD Studio to create Windows applications. However, with the latest releases, it is possible to go beyond Windows and create a new ecosystem that includes the capabilities of mobile apps, IoT devices, and so on…
RAD Studio 10 Seattle introduced the Android services feature, and I’ve been thinking about connecting a…
JEDI libraries now in GetIt Package Manager
September 18, 2015
Author: Luis Navarro
Hello.
I’m very pleased to announce that the popular JEDI libraries are now available in the GetIt Package Manager catalog.
For those who don’t know these libraries, the JEDI Code Library (JCL) consists of a set of…
New per-DPI awareness in VCL applications
September 9, 2015
Author: Luis Navarro
In RAD Studio 10 Seattle, we’ve added per-DPI awareness in the VCL. This means that, when moving a form from one monitor to another one that has different DPI, the VCL form and the controls will be rescaled according to the new DPI, with no…
New VCL Styles and Style Enhancements in RAD Studio 10 Seattle
September 3, 2015
In Delphi, C++ Builder and RAD Studio 10 Seattle, we provide a variety of new VCL styles and VCL style enhancements.
Windows 10 Styles
Choose from three built-in Windows 10 styles: Modern Light, Modern Dark and Modern Blue. These styles work great with the new VCL Windows 10 UI controls as well as the existing VCL UI controls.
Common Dialog Styling
VCL styling now extends to dialogs such…
With the RAD Studio 10 Seattle release, we introduced 5 new VCL UI controls. These controls were specifically designed for Windows 10 and address common UI paradigms on Windows 10. While they were designed for Windows 10, the new VCL controls will also work with older…
Delphi VCL and FireMonkey: eBooks, Books, Tutorials and Courseware - a collection of links
July 6, 2015
We are often asked where developers and teachers can find books, courseware and tutorials available today that cover Delphi programming and Multi-Device FireMonkey app development. The great news is that there are more and more books appearing on Amazon, Lulu and online.
Alexander Halser fromEC Software GmbH. has released an in-depth how to guide for preparing your Delphi VCL applications to support 4K displays. The guide talks about what the standard DPI in your Windows applications is usually set to (96 DPI), which versions of Windows support various DPI virtualization techniques, and changes you can make to your application manifest to make it DPI aware.
Finding your Tethered Apps
April 28, 2014
Author: Vincent P596
RAD Studio XE6, Delphi XE6 and C++Builder XE6 include support for tethering your VCL and FMX apps together. This blog post shows you how to display all of the tethered apps that you can find on your subnet. App Tethering includes two components…
Customizing and Creating VCL Styles
January 27, 2014
Delphi, C++Builder and RAD Studio include various VCL styles out of the box. These can be used for your Windows applications and customized via the included Bitmap Style Designer (Tools->Bitmap Style Designer). You can also create a new style from scratch. The easiest way…
QR Code Generation Using Delphi XE 5 / DelphiZXingQRCode
January 18, 2014
Author: Janez Atmapuri M6099
Žarko Gajić shows you how to add QR Code generation to your Delphi VCL and FireMonkey applications. His article uses a Delphi wrapper for the ZXing open source barcode image processing library (http://www.debenu.com/open-source/delphizxingqrcode/). Zarko has written two recent articles on his “On Delphi Programming” blog:
Generating QR Codes Using Delphi…