Delphi XE5 is a specific version of Delphi released in September 2013.
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-fm3How 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-xe5I have this piece of code procedure TFormMain.FormCloseQuery(Sender: TObject; var CanClose: Boolean); var msg: String; begin msg := 'Do …
android delphi firemonkey delphi-xe5When 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-fm3I am using Delphi XE-5 (Firemonkey Mobile Application) I am trying to get the TAniIndicator to work, by displaying during …
delphi firemonkey delphi-xe5I'm currently trying to make an app that forces a Chrome window to open on my second monitor but I …
delphi google-chrome delphi-xe5I have written 2 packages: MEComps_DXE5 and AMLComps_DXE5. The latter depends on the former. Both should be multi-platform: Win32, …
delphi delphi-xe5 dcc32How to check if network is available on Android and iOS?
android ios delphi delphi-xe5I have a combobox that has a lot of items inside and I have to get into a variable the …
android delphi combobox delphi-xe5Having 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