Delphi XE5 is a specific version of Delphi released in September 2013.
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-xe5In XE5 all conditional compilations such as {$IFDEF MSWINDOWS} are replaced with {$IF defined(MSWINDOWS)} For example System.Diagnostics.pas …
delphi conditional-statements delphi-xe5 conditional-compilation definedI have developed a few Android apps with Android SDK using Java and now that XE5 is out and i …
performance delphi delphi-xe5First of all - I am a beginner when it comes to Android and FireMonkey programming, so please bear this …
android delphi firemonkey delphi-xe5 firemonkey-fm3Please 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-xe5I've just installed Delphi XE5 since I wanna try to develop with android. But I cannot compile anything because I …
delphi delphi-xe5I am developing an Android application with Delphi XE5, and I would like to know how I can open a …
android delphi delphi-xe5Iam trying to delete all records in my FDTable component using , mytable.Delete; but no record is getting deleted. can …
delphi delphi-xe5 firedacI'm trying to find out if String is "mnemonic type"... My mnemonic type consists of letters from 'a' to 'z' …
delphi delphi-xe5