Delphi 2010 is a specific version of Delphi.
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 registryAs 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-xe3TThread's resume method is deprecated in D2010. So, I thought it should now work like this: TMyThread = class (TThread) protected …
multithreading delphi delphi-2010I'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-protectionWhile 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 direct2dI'm having a problem with using a TStringGrid and Popup menu I want to know the Row / Column of the …
delphi delphi-2010 popupmenu tstringgridI 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 tobjectlistI 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 dbexpressI'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 rttiI have an INI file in UTF-8 format. I am using Delphi 2010 to read the INI file and populate a …
delphi delphi-2010