Top "Delphi-xe5" questions

Delphi XE5 is a specific version of Delphi released in September 2013.

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
Why {$IFDEF MSWINDOWS} is replaced with {$IF defined(MSWINDOWS)} in Delphi XE5?

In 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 defined
Android App created by Delphi XE5 starts very slow

I have developed a few Android apps with Android SDK using Java and now that XE5 is out and i …

performance delphi delphi-xe5
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
Class segmentation fault (11)

Please follow the steps below: Create New Firemonkey Moblie Application Add TGeustureManager component to the Form Add 2 TButton components to …

android delphi firemonkey delphi-xe5
Taking pictures on Android from Delphi Firemonkey XE5 app

Has anyone been able to take pictures from camera on Android from within the app written in Delphi Firemonkey XE5? …

android delphi firemonkey delphi-xe5
Error Invalid PLATFORM variable "MCD"

I've just installed Delphi XE5 since I wanna try to develop with android. But I cannot compile anything because I …

delphi delphi-xe5
How do I open URLs, PDFs, etc. with the default apps?

I am developing an Android application with Delphi XE5, and I would like to know how I can open a …

android delphi delphi-xe5
Delphi Delete all records from FDTable

Iam trying to delete all records in my FDTable component using , mytable.Delete; but no record is getting deleted. can …

delphi delphi-xe5 firedac
Delphi - Loop through the String

I'm trying to find out if String is "mnemonic type"... My mnemonic type consists of letters from 'a' to 'z' …

delphi delphi-xe5