Delphi 10.2 Tokyo ships with a massive amount of FireMonkey components for cross platform development on Android, iOS, macOS, and Windows. However, there is always room for more custom components to be built to get your app done that much faster. Additionally, once you start deploying your app or it starts getting large you may want to start optimizing some of the functionality. There are quite a…
How to Transfer Images via DataSnap REST Part 2
September 29, 2017
Author: Landerson Gomes
See in this post how to receive in our App Client the image transmitted by our DataSnap REST server.
Original post
Access the original post in Portuguese:TRANSFERINDO IMAGEM VIA DATASNAP REST…
Cross Platform Activity Progress Dialog For Android, iOS, macOS, and Windows In Delphi 10.2 Tokyo
September 15, 2017
The Hospitality Survey Client project is part of the Hospitality Survey App template for Delphi 10.2 Tokyo, which Embarcadero released through their GetIt platform. The Hospitality Survey App consists of four different projects. In this blog post, I will cover the…
Container Accordion on Delphi FMX
August 26, 2017
Author: Landerson Gomes
Watch this video tutorial on how to create a retractable container using Delphi Firemonkey. (In Portuguese)
Subscribe to the channel:https://www.youtube.com/landersongomes6
Follow my personal blog with various tips from Delphi, Android and Delphi community events in Brazil:http://landersongomes.com.br/
See you next time!
…
This video shows building a profile screen for your multi-device application using the FireMonkey framework with both native UI support and custom styling. Highlighted in the video are custom multi-device styles included in Embarcadero’s premium style bonus pack and…
FireMonkey on Linux!
April 13, 2017
Author: Pawe Gowacki
It did not take long since the release of Delphi Linux compiler to have the ability to build Linux GUIs with Delphi!
Just go to http://fmxlinux.com and get the only currently available download of FireMonkey for Linux which is “Free Trial v…
New FireMonkey styles for macOS and Android Wear in 10.2
March 30, 2017
In Delphi, C++Builder and RAD Studio 10.2 we are providing two new FireMonkey styles: a dark blue style for Android Wear devices and a dark graphite style for macOS.
You can access the FireMonkey styles at:
C:UsersPublicDocumentsEmbarcaderoStudio19.0StylesMacOSmacOSgraphite.fsf
C:UsersPublicDocumentsEmbarcaderoStudio19.0StylesAndroidAndroidWearDarkBlue.fsf
To apply the style to your…
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…
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…
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…