Author: Alan J64141
With RAD Studio, you can build multi-device applications from a single codebase. If you’re just starting with mobile application development using the FireMonkey framework, we have great code snippets to help you get started.
Location Sensor
This code snippet shows you how to use the TLocationSensor component in order to read the GPS location of the device and display…
Applying a custom style to your Windows and Mac application
January 6, 2017
Author: Bazzer747
Create a FireMonkey Multi-Device Application
Place your UI controls onto your form
Browse to the StyleLookUp property for each control and select a style element (you can also do this after following the steps below)
Drop TStyleBook onto your…
Custom buttons and the integrated Style Designer
December 22, 2016
Author: Jorge Batista
With the integrated Style Designer in RAD Studio Berlin, you can quickly create custom image buttons. For creating entire multi-device styles from scratch, we recommend you use the Bitmap Style Designer, available via the Tools menu.
Create a new…
Visualizando y utilizando Mapas (Componente TMapView)
December 21, 2016
Author: Terry Swiers
En Delphi podemos utilizar diferentes componentes que nos permitan visualizar mapas en nuestras aplicaciones. El más básico, es el componenteTWebBrowserdel que ya he hablado otras veces en el blog. Al final un la visualización de un Mapa (utilizando los diferentes servicios existentes) no es más que la visualización de una página web.
Si queréis ver entradas…
The Best Windows Support RAD Studio 10.1.2 Berlin
December 5, 2016
RAD Studio 10 Seattle and RAD Studio 10.1 Berlin have offered specific support for many features of Windows 10, and the Anniversary Edition (of Update 2) of RAD Studio 10.1 adds more, including the ability to generate Appxpackages using the Windows Desktop Bridge and…
Changing the color scheme of an Android style
December 1, 2016
Author: Felipe X60228
In this post, we’ll show you how to use the Bitmap-style designer to change the color scheme of an Android-style you’ve created in IDE Software.
Step 1: Select one of the Style Templates
Open the Bitmap Style Designer via the Tools menu in…
Learn to program with C++Builder: #1, Introduction and Installation
October 12, 2016
Update July 24, 2018: With thejust-released Community Edition of C++Builder, we’ve updated these posts.
Please visit the new version of this blog post here.
Community Edition replaces the old Starter edition, and is a full-featured, free, Professional-level edition of C++Builder. It and the updated ‘Learn programming’ course are well worthchecking…
Migrating Delphi - Case Studies Webinar
September 30, 2016
On this webinar we learned how to migrate from older editions of Delphi with some stories of what to look for and how to update your code (including tools and resources to help you along the way)
This webinar focused on these three areas for migrating legacy Delphi to the…
Filtering support for custom ListView layouts in Update 1
September 26, 2016
Using the dynamic appearance mode, you can create your own layouts, with multiple multiple text labels, images, icons and buttons.
New in Update 1 is search filtering for custom appearance, allowing you to add automatic filtering to your custom lists.
See…
Build apps for macOS Sierra and iOS 10 with RAD Studio Berlin Update 1
September 20, 2016
You can add the macOS and iOS 10 SDKs to your IDE (Tools > Options > SDK Manager) after updating your Mac to macOS 10.12 (Sierra) and downloading and installing the latest version of Xcode (Xcode 8). You can then target iOS 10 and macOS Sierra, as well as Windows and Android.
Delphi app running on an iPhone 7 on the iOS 10 Simulator
…