Top "Delphi-xe5" questions

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

How to convert strings to array of byte and back

4I must write strings to a binary MIDI file. The standard requires one to know the length of the string …

string delphi delphi-xe5 firemonkey-fm3
How do I handle a back-button press in a (Delphi) Android app?

How can I make my Android app react to the back-button? Is there something as high-level VCL's TApplicationEvents to handle …

android delphi back-button delphi-xe5
How to close android app in Delphi-XE5 Firemonkey application?

I have this piece of code procedure TFormMain.FormCloseQuery(Sender: TObject; var CanClose: Boolean); var msg: String; begin msg := 'Do …

android delphi firemonkey delphi-xe5
How to programmatically change the FontColor of a Tlabel

When I put a TLabel on a form, I can change the color of its text by changing the FontColor …

delphi colors label delphi-xe5 firemonkey-fm3
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 …

delphi firemonkey delphi-xe5
Make Chrome open on second monitor?

I'm currently trying to make an app that forces a Chrome window to open on my second monitor but I …

delphi google-chrome delphi-xe5
Error F2063 Could not compile used unit (of dependent package)

I have written 2 packages: MEComps_DXE5 and AMLComps_DXE5. The latter depends on the former. Both should be multi-platform: Win32, …

delphi delphi-xe5 dcc32
Delphi get android combobox selected item text

I have a combobox that has a lot of items inside and I have to get into a variable the …

android delphi combobox delphi-xe5
What path is SQLite database deployment to Android device?

Having followed the DocWiki, I'm deploying my SQLite DB to assets\internal\ and used the following code : SQLConnection1.Params.Values[…

android sqlite delphi firemonkey delphi-xe5