Top "Firemonkey" questions

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

How to save a file on Android? (Firemonkey)

How can I save a file locally on an Android device, using Delphi (XE5, Firemonkey)? Something as simple as Memo.…

android delphi firemonkey
How to open an URL with the default browser with FireMonkey cross-platform applications?

Usually, I use: ShellExecute(0, 'OPEN', PChar(edtURL.Text), '', '', SW_SHOWNORMAL); How can I have the same behaviour (opening …

delphi browser delphi-xe2 firemonkey
How to get currently logged in username?

How do you get the currently logged in username in a Firemonkey Delphi project? I'm targeting both Windows and Mac. …

delphi firemonkey
How to close android app in Delphi-XE5 Firemonkey application?

I have this piece of code procedure TFormMain.FormCloseQuery(Sender: TObject; var CanClose: Boolean); var msg: String; begin msg := 'Do …

android delphi firemonkey delphi-xe5
How to parse specified value from JSON object in Delphi XE3?

My JSON object looks like this: { "destination_addresses" : [ "Paris, France" ], "origin_addresses" : [ "Amsterdam, Nederland" ], "rows" : [ { "elements" : [ { "distance" : { "text" : "504 km", "value" : 504203 }, "…

json delphi firemonkey delphi-xe3
Correctly using TAniIndicator in firemonkey mobile dev for wait for processing

I am using Delphi XE-5 (Firemonkey Mobile Application) I am trying to get the TAniIndicator to work, by displaying during …

delphi firemonkey delphi-xe5
How To Set a FMX.Panel Color?

FMX controls do not have a color property. What is the FMX equivalent to VCL.TColor? FMX.Panel1.Color := clBlack

delphi firemonkey delphi-xe4
How to hide (and again show) soft keyboard while TEdit is in focus DELPHI XE7

Can you help me how to hide (and again show) soft keyboard while TEdit is in focus?

android delphi firemonkey soft-keyboard delphi-xe7
Delphi - Correctly displaying a Message Dialog in FireMonkey and returning the Modal Result

I have a VCL application that I am porting to FireMonkey. One of the things that I ran into is …

delphi firemonkey delphi-10.1-berlin
How to change Edit control background color in FireMonkey?

I just can't find a way of changing background color of Edit control in my mobile FireMonkey application.

delphi firemonkey delphi-xe4