I recently received a question from one of my customers, asking how to set the icon for an application (in this case a VCL application). This is...
developer-tools
Adding a style selector to your application
With RAD Studio 10 Seattle, we provide built-in default styles for iOS, Android, Windows and Mac. Additional styles can be found in the Styles...
Cool new FMX components by Graham Murt @kscomponents
Some cool new FireMonkey components, ksComponents (Kernow Software FMX components), created by Graham Murt, are available on GitHub. You'll find the...
Using FireDAC Unidirectional property for fast, low memory selection set processing
I often do large Oracle database queries using FireDAC to analyze registration data about our products and customers. Most of the time I am only...
How to best load an image from a URL using TWebBrowser when targeting multiple devices
In this snippet, I placed a TWebBrowser control onto my FireMonkey form and aligned it to the client. I then set up the following...
Change dproj file and product version
If you have a project with automatic builds is posible that you want change the File/Product version of the file. Using the code below you can...
Skill Sprint: Unlocking the Windows Runtime (WinRT) and Universal Windows Platform (UWP) on Windows 10
What is the Windows Runtime (WinRT)? Introduced in Windows 8 Default program interface Object Oriented API Native Code API Does not replace...
Migrating legacy C++ Builder Apps to C++ Builder 10 Seattle
Migration Considerations - Unicode For the most part, your older C++ Builder source code and forms will import, compile, link and execute in...
Windows and beyond. Connecting a Windows application with an Android service
I’ve always loved developing Windows applications using Delphi and RAD Studio. But it’s getting ever more exciting with the latest releases as...
New Delphi Seattle MongoDB Sample
I created some more Delphi 10 Seattle samples to show off MongoDB and FireDAC functionality: LocalSQL, Indexing & Geospatial. The first one...
My Amazon Web Services Programming with Delphi CodeRageX session
In a moment my "Amazon Web Services with Delphi" CodeRage X session is starting. I'm very excited and the sessions so far were very...
CodeRage X Resources for C++ and Object Pascal Tracks
Full Video Replays Object Pascal Track On Demand C++ Track On Demand C++ Tracks Tuesday C++ Product Address Build a Push-Enabled...
PAServer Hotfix for RAD Studio 10 Seattle – iOS 9 and OS X El Capitan
Apple released Mac OS X El Capitan today. With Delphi, C++Builder and RAD Studio 10 Seattle, we provide support for building OS X applications that...
How to use custom Info.plist XML to support iOS 9’s new App Transport Security feature
In iOS9 Apple added the new "Apple Transport Security" feature to restrict apps that use HTTP protocol requests under the covers. Apple...
JEDI libraries now in GetIt Package Manager
Hello. I'm very pleased to announce that the popular JEDI libraries are now available in the GetIt Package Manager catalog. ...
Steps for building iOS 32-bit applications for iOS 9 with XE7 and XE8
With RAD Studio 10 Seattle, you can build apps that run on iOS 9. A change in the iOS SDK is causing deployment issues on iOS 9 for 32-bit iOS...
Creating a custom button style with RAD Studio 10 Seattle
In RAD Studio 10 Seattle, we made many enhancements to the integrated style designer in the IDE. In today's post, I thought I would cover the...
Using the new Windows 10 TMultiView mode in your FireMonkey applications
TMultiView is a smart menu component for FireMonkey applications that makes it really easy to create app navigation that automatically adjusts...
New per-DPI awareness in VCL applications
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...
Download an image in background with Android Services
So, don't wait and empower your Android apps with background tasks with RAD Studio 10 Seattle, and enjoy many more features and enhancements.
Setting up Oracle for Embarcadero ER/Studio – Part 2
Howdy! Welcome to the next installment of the series. In today's series, we will explore the options for Oracle Client Setup needed for...
New VCL Styles and Style Enhancements in RAD Studio 10 Seattle
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...
RAD Studio 10 Seattle New Code Samples and Snippets
Windows 10 VCL Controls Quickly and Easily Bring Your VCL App to Windows 10 Trusted by millions of developers...
Adding headers to TListView programmatically
During today's Delphi, C++Builder and RAD Studio 10 Seattle launch webinar, I got a question on how to add headers to TListView programmatically...