Top "Delphi-2006" questions

Delphi 2006 is a specific version of Delphi.

Firebird error "username and password are not defined" with Delphi application

I have an application made with Delphi 2006 and Firebird 2.5. For connection a use Interbase components from Delphi. I setting up …

delphi firebird delphi-2006
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
Delphi code formatter

Are there any utilities that reformat Delphi code ? EDIT I am using Delphi 2006 Some feedback Thanks to all that answered …

delphi code-formatting delphi-2006
Copying string content to char array

I want to copy the content in the string to char array. Can I use this code StrLCopy(C, pChar(@…

delphi delphi-2006
Unit testing in Delphi - how are you doing it?

I'm wondering how the few Delphi users here are doing unit testing, if any? Is there anything that integrates with …

delphi unit-testing delphi-7 delphi-2006
How to auto fit/scale DBGrid's (or other similar) columns widths according to its contents?

I am trying to make a frame with a DBGrid that will serve for more than 10 tables with half of …

database delphi delphi-2006 tdbgrid
Change caption and attributes of ShowMessage dialog

In Delphi can you change the caption of the ShowMessage dialog because by default it is taking my exe name. …

delphi delphi-2006
INDY 10.1.5 - Which SSL dlls work with Delphi 2006?

I'm trying to connect to google documents (following Marco Cantu's excellent REST example) but I am getting the following SSL …

delphi ssl openssl indy delphi-2006
How to download a file over HTTPS using Indy 10 and OpenSSL?

I have the following task: download a file using HTTPS and authentication. Indy seems the way to go but for …

delphi openssl indy delphi-2006
How to Convert Simple RichText to HTML tags in Delphi?

You may say that there are lots of discussions about this in stackOverflow, but most of them are more complicated …

html delphi rtf delphi-2006 richedit