The integrated Style Designer in RAD Studio 10.1 Berlin has undergone several changes and improvements, including:
Clipboard, keyboard and multi-selection support on the Structure view
Preview panel
Zooming support
I recently received a question from a customer on how to best customize a style for a specific component, and I thought I’d cover the steps in a blog post. In this tutorial, we…
How to best load an image from a URL using TWebBrowser when targeting multiple devices
December 21, 2015
In this snippet, I placed a TWebBrowser control onto my FireMonkey form and aligned it to the client. I then set up the following OnFormCreate event to load a web image into the browser control. I also restricted the image size to the screen dimensions of the…
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 run on OS X 10.10 (Yosemite) or 10.9 (Mavericks). We also provide support for building applications that run on iOS 9 using the…
Steps for building iOS 32-bit applications for iOS 9 with XE7 and XE8
September 17, 2015
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 applications built with XE7 and XE8. This is not an issue with RAD Studio 10 Seattle.
Below are some simple workaround steps for building iOS 32-bit applications for iOS 9 with XE7 and XE8.
This does not impact iOS 64-bit applications…
Creating a custom button style with RAD Studio 10 Seattle
September 15, 2015
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 steps for creating your own custom button style using RAD Studio 10 Seattle. Follow the steps below to create your own custom…
Using the new Windows 10 TMultiView mode in your FireMonkey applications
September 9, 2015
TMultiView is a smart menu component for FireMonkey applications that makes it really easy to create app navigation that automatically adjusts itself depending on form factor, orientation and target platform. TMultiView is a container component which means that you can…
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…
Using TLocationSensor with TMapView in RAD Studio XE8
June 16, 2015
Author: Alan K26627
During and after my Maps Skill Sprint last week, I received multiple questions on how to use TMapView with RAD Studio XE8. I thought I would create a new demo that showcases the following functionality to help answer those questions.
This demo showcases…
New FireMonkey Media Library Options in RAD Studio XE8
June 15, 2015
RAD Studio XE8 provides new FireMonkey Media Library options. This includes the ability to automatically save pictures taken by the device camera (in your iOS and Android applications) to the on-device photo library.
Today, I thought I would show you how to save photos taken with the device camera directly to your photo library by extending our ShareSheet code snippet demo that is included with…