Top "Delphi-xe3" questions

Delphi XE3 is a specific version of Delphi released on Sept.

How can I make my delphi application use FTPS instead of FTP (indy)

Here's my program: Application.FTP.Host:= vHost; Application.FTP.Port:= vPort; try Application.FTP.AutoLogin := false; Application.FTP.Connect; Application.…

delphi ftp indy delphi-xe3 ftps
DBX Error: Driver could not be properly initialised

I am running Delphi XE3 (Ultimate Edition), MySQL database and this is the error I get when a click Test …

mysql delphi dbexpress delphi-xe3
How do I make FastReport generate a PDF that's viewable on iOS?

I am using FastReports, and its resulting PDFs cannot be read correctly on iOS. Because iOS reads PDF/A, which …

delphi pdf delphi-xe3 fastreport
Where do I find the bpl file after I compile a package?

I want to create *.bpl file but I am failing to do so. Specifically, I am trying to make JEDI …

delphi package delphi-xe3 jedi jvcl
Delphi XE3 EXE file size 25 times larger than Dephi 7

As a test I decided to create a simple "Hello world" app in Delphi using Delphi 4, 5, 6, 7, 2005, 2010 and XE3. The app …

delphi delphi-7 delphi-2010 delphi-xe delphi-xe3
How to disable autocomplete code statements in code editor?

Every time I type if and press the space bar, Delphi completes it with if True then and a new …

delphi delphi-xe3
Delphi compiler Error: Compiler for personality "Delphi.Personality" and platform "Win32" missing or unavailable

After installing Delphi XE3 on HP Probook 4540S notebook (Win 7Prof 64 bit) I have problems while compiling, The project was …

delphi compiler-errors delphi-xe3
Animated gif in Delphi XE 3 forms

Possible Duplicate: How to use Animated Gif in a delphi form I recently updated my version of Delphi 7 to Delphi …

delphi animation gif delphi-xe3 timage
How to insert picture into TRichEdit in Delphi?

I searched over internet for how to inserting picture in RichEdit. I only found inserting TImage into Richedit, or other 3…

delphi delphi-xe3
User editing cell in TStringGrid

How do you allow a user to edit text in a TStringGrid cell.

delphi c++builder delphi-xe3 editbox stringgrid