FireMonkey(tm) is the cross-platform GUI framework developed by Embarcadero Technologies, a part of Idera Inc.
How to get screen dimensions with Firemonkey FM³ ? The following code: var Size: TPointF; begin Size := FMX.Platform.IFMXScreenService.GetScreenSize; ... …
delphi firemonkey delphi-xe4 firemonkey-fm3After compiling a FireMonkey project and executing the app on another PC I've encountered an error - "rtl190.bpl is …
delphi firemonkey bplI'm using Delphi XE2 with FireMonkey. I have read many other questions about MD5 but didn't find an answer to …
php delphi md5 delphi-xe2 firemonkeyPlease follow the steps below: Create New Firemonkey Moblie Application Add TGeustureManager component to the Form Add 2 TButton components to …
android delphi firemonkey delphi-xe5Has anyone been able to take pictures from camera on Android from within the app written in Delphi Firemonkey XE5? …
android delphi firemonkey delphi-xe5In XE2 there is a new function : 'styles', for VCL(.vsf) and Firemonkey (.styles), and some are provided in C:\…
delphi delphi-xe2 vcl firemonkey vcl-stylesPrior to Delphi XE2, we have VCL only to create GUI apps. Delphi XE2 states that: Caution: FireMonkey (FMX) and …
delphi vcl delphi-xe2 firemonkeyI have some code that paints a set of controls laid on top of a TImage. I then grab the …
delphi fonts firemonkey firemonkey-fm2There is a ComboBox on the FMX Form. It is binded with a datasource (table that has an id-integer and …
delphi combobox firemonkey livebindingsI took part in the XE4 beta and despite having problems that the .ipa could never be produced (error message …
ios delphi firemonkey delphi-xe4