Top "Firemonkey" questions

FireMonkey(tm) is the cross-platform GUI framework developed by Embarcadero Technologies, a part of Idera Inc.

Delphi XE2 Firemonkey sample app not running on a MAC

I am trying to run a sample Firemonkey app on a Mac, but I am getting this message in the …

macos delphi delphi-xe2 firemonkey
Cant delete controls in Delphi xe7

Just installed Delphi xe7. Opened a project developed with XE7. Side note, but my first concern is that everything causes …

delphi firemonkey delphi-xe7
What path is SQLite database deployment to Android device?

Having followed the DocWiki, I'm deploying my SQLite DB to assets\internal\ and used the following code : SQLConnection1.Params.Values[…

android sqlite delphi firemonkey delphi-xe5
How to set label text bold in delphi Xe8

How can you set a TLabel to Bold and back to normal runtime in Delphi XE8 firemonkey multi device project? …

delphi fonts firemonkey delphi-xe8 tlabel
Create a customized Item Appearance for ListView Delphi XE7

Im having a lot of trouble trying to create a customized item appearance for the TListView firemonkey control for Delphi …

delphi firemonkey listviewitem delphi-xe7 tlistview
Parsing JSON into TListBox

Good evening guys! I'm currently trying to put together a CloudFlare client for the desktop. I've connected to their API …

json delphi delphi-xe2 firemonkey cloudflare
How to send SMS with Delphi XE5 in Android

Does anybody know how to get this to work? The closest I got was the code below, but got no …

android delphi sms firemonkey delphi-xe5
Serious FireMonkey performance issues when there are a lot of controls at screen

It's already a while we are working with FireMonkey at office. After a while we noticed it wasn't exactly so …

performance delphi firemonkey
How do I detect / handle a screen rotate using FireMonkey for Delphi XE5

First of all - I am a beginner when it comes to Android and FireMonkey programming, so please bear this …

android delphi firemonkey delphi-xe5 firemonkey-fm3
FireMonkey: How to focus the next control on vkReturn?

Classic VCL question... but how to do the same within FireMonkey? I have several standard TControl who can focus... For …

delphi firemonkey keyevent multiplatform