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
-3
votes
3 answers

Data from .DBF File Not Copying To SQLite File

I am using Delphi XE5 with Windows 7 OS. I have .dbf file and this file data I need to move to SQLite file. Observation: When I import this file in NaviCat for SQLite, there I see data in ASCII format. While Copying data from ADODataset (which hold…
Vishal Tiwari
  • 739
  • 2
  • 12
  • 28
-3
votes
1 answer

Delphi TJSONPairEnumerator.GetCurrent not expanded

I have hints after build project in Delphi XE5: [dcc32 Hint] unit.pas(140): H2443 Inline function 'TJSONPairEnumerator.GetCurrent' has not been expanded because unit 'Data.DBXPlatform' is not specified in USES list It refers to: uses …
InnerWorld
  • 585
  • 7
  • 26
-3
votes
3 answers

Fast Report fr3 File loading Error in Delphi

I have question about loading *.fr3 in DelphiXE5, I designed a report and pointed some text to Memo inside of Fast Report everything was ok until I want to load fast Report file from out site App it works for my PC perfectly but when I install…
Mehdi Waezi
  • 1
  • 1
  • 2
-3
votes
1 answer

How to run app when android boots , without its form being visible on-screen?

I asked question in : "How to create an android autostart application?" and my app start automatically. Now I want my app to run when Android boots, but without its form being visible on-screen (only show form in manually run)
Hamid
  • 103
  • 1
  • 7
-4
votes
1 answer

Bluetooth, TBluetooth component in delphi android app

I have to write a mobile app using Delphi. The app needs to receive information and data from an Adafruit Feather via Bluetooth. I use Delphi XE5. How would you do this in Delphi XE5?
-4
votes
3 answers

Android backbutton doesn't work in Delphi XE5/XE6

Normally without having to code the android back button functions and lets you got back to the previous form. In my app i'm working on instead of going back it shuts down the application. I also tried handling the back button by code but this also…
Remi
  • 1,289
  • 1
  • 18
  • 52
-4
votes
2 answers

Delphi XE5 - Waiting for TForm.OnCreate() finish components' population

I'd like to check from Form1.OnCreate event handler procedure if Form1 constructor Create finished the job with populating all the components on Form1. Then would like to use Form1 to loop through the components and change Text property. I have…
-4
votes
2 answers

Getting XML from response stream using Indy's IDTCPClient

This question is in direct relation to: Getting HTML from response stream using Indy's IDTCPClient I just need a version of get function to retrieve XML function TMyConnector.GETXML(aRawHeader: String): String; Using a idHTTP component, I could…
LIVESTUFF
  • 137
  • 4
  • 17
-5
votes
3 answers

How can I find all subforms of main TForm Application object?

I am working on an application for Windows and OSX and I'd like to find all the subforms of the main TForm object in the Application. Is there a way to do this in Delphi XE5? Simply, I'd like to iterate all components of the application. Moved to…
-6
votes
1 answer

Getting HTML from response stream using Indy's IDTCPClient

I have a component that a previous employee has created. It uses Indy (IDTCPClient) and the following method to perform requests (Where "aReadHeader" is a predefined Uri built before being passed in). function TMyConnector.GET(aRawHeader: String):…
LIVESTUFF
  • 137
  • 4
  • 17
1 2 3
58
59