Top "Delphi-2010" questions

Delphi 2010 is a specific version of Delphi.

How can a 32-bit program read the "real" 64-bit version of the registry?

I'm trying to read HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run with OpenKeyReadOnly, and GetValueNames, but it's returning values from HKLM\…

delphi delphi-2010 registry
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
Resuming suspended thread in Delphi 2010?

TThread's resume method is deprecated in D2010. So, I thought it should now work like this: TMyThread = class (TThread) protected …

multithreading delphi delphi-2010
Secure way to store password in Windows

I'm trying to protect a local database that contains sensitive info (similar to this question, only for delphi 2010) I'm using …

delphi encryption delphi-2010 password-protection
Is TDirect2DCanvas slow or am I doing something wrong?

While looking for alternatives to replace GDI, I was trying to test Delphi's 2010 TDirect2DCanvas performance in Windows 7. I tested …

delphi delphi-2010 gdi delphi-xe direct2d
Delphi: StringGrid, position and Context Menu

I'm having a problem with using a TStringGrid and Popup menu I want to know the Row / Column of the …

delphi delphi-2010 popupmenu tstringgrid
Delphi trouble: Sorting a Tobjectlist<>

I want to sort my generic tobjectlist using the built-in sort method. here is what I do: //create the list …

delphi sorting generics delphi-2010 tobjectlist
dbGo or dbExpress for Delphi 2010 with Microsoft SQL Server

I am migrating to Delphi 2010 and I am using Microsoft SQL 2000 (Planning on upgrading to SQL2008). I have been using …

sql-server delphi delphi-2010 dbexpress
Why should I care about RTTI in Delphi?

I've heard a lot about the new/improved RTTI capabilities of Delphi 2010, but I must admit my ignorance...I don't …

delphi reflection delphi-2010 rtti
How do I read a UTF8 encoded INI file?

I have an INI file in UTF-8 format. I am using Delphi 2010 to read the INI file and populate a …

delphi delphi-2010