Delphi 2009 is a reference to a specific version of Delphi.
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-2006We 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 memorystreamI am new to the delphi language, and here I have a doubt, I have a xml file called vehicle.…
delphi delphi-2009I've read that Delphi was supposed to get a for each loop in Delphi 9. Did this functionality ever make it …
delphi delphi-2009 foreachHow can I create an instance of an object using a class reference, and ensure that the constructor is executed? …
delphi class constructor reference delphi-2009I'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 packagesI'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 indy10When I execute delphi 2009 project using MSBuild command line, output always goes to C: drive C:\MyProjects>MSbuild "C:\…
delphi msbuild delphi-2009What component should I use to display a PDF file in a Delphi 2009 application? EDIT: I have been using PDF …
delphi pdf delphi-2009 componentsI'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