Top "Delphi-2009" questions

Delphi 2009 is a reference to a specific version of Delphi.

Delphi 2006-2010 error: "Cannot create file C:\Users\Admin\AppData\Local\Temp\EditorLineEnds.ttr"

I am getting an error after installing Delphi 2007 (Edit: This problem occurs in all Delphi versions from 2006 to 2010) that I …

delphi delphi-2010 delphi-2009 delphi-2007 delphi-2006
Converting TMemoryStream to 'String' in Delphi 2009

We had the following code prior to Delphi 2009: function MemoryStreamToString(M : TMemoryStream): String; var NewCapacity: Longint; begin if (M.Size = &…

delphi string unicode delphi-2009 memorystream
How to read data from xml file and display it over the text box in delphi language

I am new to the delphi language, and here I have a doubt, I have a xml file called vehicle.…

delphi delphi-2009
Did Delphi ever get a for each loop?

I've read that Delphi was supposed to get a for each loop in Delphi 9. Did this functionality ever make it …

delphi delphi-2009 foreach
How can I create an Delphi object from a class reference and ensure constructor execution?

How can I create an instance of an object using a class reference, and ensure that the constructor is executed? …

delphi class constructor reference delphi-2009
Delphi: Required package not found

I'm trying to build 3 packages, A, B and C. A defines some base classes that are used in B and …

delphi path delphi-2009 packages
idhttp indy post, do request (parameters) with utf-8

I'm trying to post a request, in utf-8 however the server is getting it in Ascii. Tried the TstringList format …

delphi http delphi-2009 indy indy10
How to specify MSbuild output folder?

When I execute delphi 2009 project using MSBuild command line, output always goes to C: drive C:\MyProjects>MSbuild "C:\…

delphi msbuild delphi-2009
What is the best way to display a PDF file in Delphi 2009

What component should I use to display a PDF file in a Delphi 2009 application? EDIT: I have been using PDF …

delphi pdf delphi-2009 components
Why are my units "compiled with a different version" of my own files?

I'm building a program that uses plugins. Unfortunately, the plugin framework's dynamic linking forces the RTL and VCL out of …

delphi compiler-construction delphi-2009 delphi-units