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
6
votes
1 answer

Add pins to Google Map in a TWebBrowser and process clicks

How do I add pins to a Google Map in a TWebBrowser and call an event when a pin is clicked? The solution needs to work on both iOS and Android.
norgepaul
  • 6,013
  • 4
  • 43
  • 76
5
votes
2 answers

Delphi helpers scope

I have a problem with helper re-declaration in Delphi. HelperDecl.pas unit HelperDecl; interface type TCustomField = Word; TCustomFieldHelper = record helper for TCustomField public procedure SampleMethod(); …
Paul
  • 25,812
  • 38
  • 124
  • 247
5
votes
1 answer

Using a COM object from an executable registration-free way

I'm struggling trying to modify an existing set of program that uses a COM object instance for communication. The COM server is actually and (optional) extension for the main application. Both are deployed to target systems by simple…
Stephane
  • 3,173
  • 3
  • 29
  • 42
5
votes
1 answer

"Exception of type 'System.OutOfMemoryException' was thrown" when compiling several projects at once

I use Embarcadero Delphi XE5 Enterprise Edition. I have a project group consisting of 17 projects. When I click 'Compile All' after 7th compiled project IDE throw me an exception: [Fatal Error] Exception of type 'System.OutOfMemoryException' was…
Aptem
  • 169
  • 5
5
votes
2 answers

How do I stop F7 from going into Embarcadero code?

I am trying to debug a dense piece of code with multiple function calls in single lines. I want to single step through all the code that I have written, but in doing that I keep finding myself in the supplied source code, including the assembler…
MarkAurelius
  • 1,203
  • 1
  • 14
  • 27
5
votes
3 answers

Combination of Canvas.TransparentColor and Canvas.Draw with Opacity

i want to draw a bitmap on a canvas with opacity where the bitmap has a transparent color. i could create a bitmap with transparent color and draw it to a canvas i could create a bitmap and draw it to a canvas with opacity but i couldn't combine…
linluk
  • 1,650
  • 16
  • 33
5
votes
0 answers

FireMonkey TListview Search Reload Issue

TListview is not reloading properly when you do a search, clear the search and then reload the listview. Using XE5. Steps are: After project is running enter text into search. Clear search either clicking on "Clear" button or deleting the search…
t j
  • 413
  • 1
  • 7
  • 12
5
votes
2 answers

How to catch exceptions in initialization section of Units in Delphi

I have a third party unit, witch raises an exception in initialization section of unit. How can I catch this exception on my application?
Reza
  • 18,865
  • 13
  • 88
  • 163
5
votes
1 answer

Android Application Version (RAD Studio XE5)

How to get the version of an Android application using the Delphi XE5? I need the "versionName" information.
Carlos Santos
  • 53
  • 1
  • 3
5
votes
2 answers

How can I change the Color of an Listview Item in Delphi(Firemonkey Android)

How can I change the background color of a ListView Item in Firemonkey (Delphi Android)? The Listview itself can be set to transparent, but if I add an Item it has white background/
Nick
  • 83
  • 5
5
votes
2 answers

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' and from 'A' to 'Z', digits from '0' to '9', and additionaly '_'. I build code like below. It should result with True if given string match…
5
votes
1 answer

Recording to a wav file

I'm trying to create a wav file using the XE5 Firemonkey for Android from this link : http://i-liger.com/article/android-wav-audio-recording I read that we must forget about using the MediaRecorder class . First of all we have to forget about…
randydom
  • 395
  • 2
  • 20
5
votes
2 answers

Firemonkey TWebBrowser input alternative?

As Embarcadero said : "WebBrowser Does Not Accept Keyboard Input on Android On Android devices, the on-screen keyboard is not available in a TWebBrowser control. This means that a user cannot complete a web form, for example. The TWebBrowser control…
Borongaj
  • 451
  • 4
  • 16
5
votes
2 answers

Correctly using TAniIndicator in firemonkey mobile dev for wait for processing

I am using Delphi XE-5 (Firemonkey Mobile Application) I am trying to get the TAniIndicator to work, by displaying during my long processing. I have a TAniIndicator (AniIndi) on my main form, but it does not spin. It displays correctly, but does not…
JakeSays
  • 2,048
  • 8
  • 29
  • 43
5
votes
0 answers

MultiResolution in Firemonkey Mobile Application

Is there any demo available that shows how multi-resolution images should be handled in a mobile application with button images, splash screen and a background for example? I'm trying to make an application that looks nice on many resolution but i…
Mitsoloth
  • 155
  • 2
  • 12