Delphi XE is a specific version of Delphi.
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 ownerdrawni have use delphi xe recently but exe size is very big because of rtti(i think) howto remove rtti , …
delphi rtti delphi-xe application-sizeWhile 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 have a runtime error happening in the rtl Streaming in of a form, causing an exception EClassNotFound to be …
delphi exception delphi-xe object-persistenceIn one of my applications I observe an increasing number of handles. The number is incremented roughly every second without …
windows delphi delphi-xe resource-leakUsing 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