FireMonkey(tm) is the cross-platform GUI framework developed by Embarcadero Technologies, a part of Idera Inc.
How can I save a file locally on an Android device, using Delphi (XE5, Firemonkey)? Something as simple as Memo.…
android delphi firemonkeyUsually, I use: ShellExecute(0, 'OPEN', PChar(edtURL.Text), '', '', SW_SHOWNORMAL); How can I have the same behaviour (opening …
delphi browser delphi-xe2 firemonkeyHow do you get the currently logged in username in a Firemonkey Delphi project? I'm targeting both Windows and Mac. …
delphi firemonkeyI have this piece of code procedure TFormMain.FormCloseQuery(Sender: TObject; var CanClose: Boolean); var msg: String; begin msg := 'Do …
android delphi firemonkey delphi-xe5My 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-xe3I am using Delphi XE-5 (Firemonkey Mobile Application) I am trying to get the TAniIndicator to work, by displaying during …
delphi firemonkey delphi-xe5FMX controls do not have a color property. What is the FMX equivalent to VCL.TColor? FMX.Panel1.Color := clBlack
delphi firemonkey delphi-xe4Can you help me how to hide (and again show) soft keyboard while TEdit is in focus?
android delphi firemonkey soft-keyboard delphi-xe7I have a VCL application that I am porting to FireMonkey. One of the things that I ran into is …
delphi firemonkey delphi-10.1-berlinI just can't find a way of changing background color of Edit control in my mobile FireMonkey application.
delphi firemonkey delphi-xe4