News

Looking to build multi-device apps? We have code snippets to get you started

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…
Read more
C++

Custom buttons and the integrated Style Designer

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…
Delphi

Visualizando y utilizando Mapas (Componente TMapView)

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…
Read more
News

The Best Windows Support RAD Studio 10.1.2 Berlin

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…
C++

Changing the color scheme of an Android style

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…
C++

Learn to program with C++Builder: #1, Introduction and Installation

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…
Read more
News

Migrating Delphi - Case Studies Webinar

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…
C++

Build apps for macOS Sierra and iOS 10 with RAD Studio Berlin Update 1

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                        …
Read more