I am using the following components on my form:
TTabControl with 3 tab items
TabItem3 consists of:
TCircle with the stroke color set to match the toolbar color and a profile photo as the fill
TToolbar with multiple Speedbuttons and the screen title
Multiple labels on the form
TListBox with several list items, each with a custom bitmap and a Listbox search header.
TStyleBook…
We are pleased to release a hotfix for RAD Studio 10.2. This hotfix addresses:
debugger issues for Android, iOS, and Linux;
Delphi Win64 compiler issues;
a C++ RTL issue addressing a crash on exit;
a security issue in the C/C++ RTL. Our thanks to Łukasz Wyporek for…
How to use Android Service(TAndroidService) in C++Builder
April 30, 2017
Author: h.mohri
[Make a new project for Android service.]
File→New→Other
NewItems→Delphi Project→Android Service.
After making the above selection, click OK.
Select a “Local Service” and click OK.
TDM class that inherits TAndroidService will be…
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…
Using Delphi to get OS version, device name, language on iOS/Android
February 22, 2017
Author: Nikolas M41894
unit uOSVersionAndLocale;
interface
uses
System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants,
FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs, FMX.StdCtrls,
FMX.Controls.Presentation…
C++ Coding Bootcamp Training Course With Over 10 Hours Of FREE Training For Android And iOS
February 19, 2017
Author: Kevin M65995
The C++ Boot Camp series is a free Coding Bootcamp training course with over 10 hours of C++ training, question & answer sessions, and much more! C++ can be used to build cross-platform applications for Android, iOS, macOS, and Windows. The Android…
Multi-Device Apps and Clipboard Support
January 31, 2017
Author: Marko Von Richards
We have a lot of great demos to help you get started with RAD Studio. Today’s blog post focuses on our CopyPaste FireMonkey demo.
The CopyPaste sample demonstrates how to create applications that use the system’s clipboard to copy and paste text or images. The sample uses IFMXClipboardService to interact with the system clipboard. The SetClipboard method is…
Coding Bootcamp: Learn Blazing Fast Android And iOS Development With 13 Hours Of FREE Training
January 22, 2017
Author: Mark-
The Delphi Boot Camp series is a free Coding Bootcamp with over 13 hours of training, question & answer sessions, and more with experienced developers. Delphi can be used to build cross-platform applications for Android, iOS, macOS, and Windows 10. This…
Update your application UI with TMultiView
January 20, 2017
Author: nighthawk2032
To use the TMultiView component, drag and drop the TMultiView component onto your Multi-Device form. You can also use the Master/Detail Multi-Device template (File->New->Multi-Device Application) as a good starting point.
The drawer is…
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…