Top "Delphi-xe" questions

Delphi XE is a specific version of Delphi.

colour a stringgrid column depending on columnname text

I am doing this : procedure TForm1.BitBtn1Click(Sender: TObject); var dtStart: TDateTime; I: Integer; begin dtStart := DateTimePicker1.Date; for …

delphi-7 delphi-xe2 delphi-xe tstringgrid ownerdrawn
delphi xe disable RTTI

i have use delphi xe recently but exe size is very big because of rtti(i think) howto remove rtti , …

delphi rtti delphi-xe application-size
How to autogenerate *_TLB.pas in Delphi XE?

We have been updated our project to Delphi XE. There's .ridl files instead .tlb. But what's about *_TLB.pas files? …

delphi com delphi-xe typelib
WinHttp Delphi wrapper

Please advise if there is a WinHTTP wrapper in Delphi XE In order of preference: a Delphi out of the …

delphi wrapper delphi-xe winhttp
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
How to trace handle leaks?

In one of my applications I observe an increasing number of handles. The number is incremented roughly every second without …

windows delphi delphi-xe resource-leak
Delphi XE and Trapping Arrow Key with OnKeyDown

I want my form to handle the arrow keys, and I can do it -- as long as there is …

windows delphi winapi delphi-xe
Delphi Classes to XML representation:

Using Delphi XE: XML data binding wizard generates Delphi class based on XML/XSD - works great. BUT I also …

xml delphi xml-serialization delphi-xe xsd.exe
How to switch an Application between Themed and not Themed at run-time?

Very much like the "Project|Options|Application|Enable runtime themes" CheckBox, but dynamically at run-time instead. [Delphi XE targetting Win …

delphi windows-7 themes delphi-xe xp-theme