Questions tagged [delphi-xe5]

Delphi XE5 is a specific version of Delphi released in September 2013. Always use the [delphi] tag alongside this tag.

Delphi XE5 is a specific version of Delphi.

Delphi XE5 was released on September 12, 2013 and is available as a standalone product or as part of RAD Studio XE5.

Delphi XE5 is compiler version 26, directive symbol VER260.

Notable new features of Delphi XE5 are:

Delphi XE5 was preceded by Delphi XE4.

Always use the tag alongside this tag.

880 questions
0
votes
1 answer

Auto update NO MARKET DELPHI XE5

I'm trying to create an automatic update for my application, without the use of Android Market, for an application that will be distributed only to my clients. I have the code below but it is not working. It gives me the error…
Cloudcon
  • 21
  • 7
0
votes
3 answers

Direct connect to FirebirdSQL with FireDAC on Android?

I need a direct connect to FirebirdSQL 2.x database (no DataSnap ). Is it possible, and how ?
Yordan Yanakiev
  • 2,546
  • 3
  • 39
  • 88
0
votes
1 answer

How to adjust the level of compression with TZCompressionStream?

When I create a TZCompressionStream object with: var cs: TZCompressionStream; dest: TStream; level: TZCompressionLevel; ... cs := TZCompressionStream.Create(level, dest); I get this compiler error: E2250 There is no overloaded version of…
0
votes
1 answer

How to re-size a ListBoxItem when a TTreeItem is expanded

In my application, I have a TListBox with a Search box. Within each item is a TTreeView for data display (Expand/collapse feature needed). Why do I do this instead of just using a TTreeView without the TListbox, well because I want the search…
ThisGuy
  • 1,405
  • 1
  • 24
  • 51
0
votes
1 answer

Delphi Google Maps SDK for iOS

i am new to iOS platform, i was trying to use google maps for an iOS application. i have found sample in XE5 \RAD Studio\12.0\Samples\MobileCodeSnippets\Location This works but how to i hide the controls on the google maps. **A)**How to disable…
psqluser
  • 103
  • 1
  • 2
  • 10
0
votes
1 answer

Handling Hard Button vkHardwareBack

In my application I use TTabControl with 3 tabs: Main Tab (TabItem1) with 3 buttons: Button1 will take me to TabItem2, Button2 to TabItem3, and Button 3 to TabItem3. I handle FormKeyUp Event to Control the Navigation and: If the key pressed is…
Oussama Al Rifai
  • 323
  • 1
  • 6
  • 16
0
votes
1 answer

Set Android and iPhone datetime

Do you know how to set an Android or iPhone device's datetime using a feaure within your mobile app that you built using Delphi XE5? This should of course happen at runtime.
EKISEK
  • 35
  • 3
0
votes
1 answer

Delphi XE5 Android development. How to set CPU Architecture (ABI) in APK

I wondered Delphi XE5 by making Android APK files sets supported CPU Architecture (ABI) to "armeabi", but in documentation we see "RAD Studio supports development on ARMv7 devices that run the following versions of the Android operating system...…
user2880885
  • 93
  • 2
  • 11
0
votes
2 answers

Delphi XE5 Android. ListView setting SearchString?

I need to set search string in Delphi FM.Android TListView. This box is showing when I set ListView.SearchVisible = true. But there is no such property like 'SerchString'. How can I reed it or set it in code? Is It possible? if not, may be it is…
0
votes
1 answer

IdFTP in XE5 Android app, is 16 a magic number?

I have a Delphi XE5 Android app that connects to an Indy FTP server running on a PC (Server is the Indy 10 IdFTPServer demo). I FTP.Get the same file from the server (every 2 seconds) and display the contents (24 chars) in a label on my Android…
0
votes
1 answer

Delphi - cannot build for Android

I am unable to build applications for Android. I was able to successfully build and deploy to android devices using the Beta as well as the Trial versions of XE5. Since using XE5 professional I am unable to build for android devices. I did get the…
Christo
  • 411
  • 7
  • 27
0
votes
0 answers

How to calculete proper ListBoxItem Heigth in Wrap mode in FM XE5?

I am using ListBox with dynamically creatable ListBoxItems (Wrap enabled) to display some text. I have a problem to calculate Heigth property of ListBoxItem in code to make sure my string are fully visible in ListBoxItem rectangle. Now I am doing it…
user2880885
  • 93
  • 2
  • 11
0
votes
1 answer

Can I set InputType to "textCapSentences" Delphi XE5

I need to capitalize first letter In sentences then user typing string in Edit like I can do it in Eclipse : "android:inputType="textCapSentences" How can I do it in XE5? Or may be some other way to change Shift status on virtual keyboard in XE5?
user2880885
  • 93
  • 2
  • 11
0
votes
1 answer

Send Intent to use default mail app in android

Delphi XE5 (Android App). Doing a small app and just want to get some feedback . How can I send an intent to use a simple TEdit for Subject, and Tmemo for Message and send it to the default mail client on the end users phone. Thanks.
grant1842
  • 357
  • 1
  • 7
  • 23
0
votes
1 answer

Put Tablet in AndroidManifest

how to create a AndroidManifest.template app to be compatible with my tablet. In production works well on my tablet, but when sending to Play store does not appear in the list of tablets. In XE5 has no where to set Regards