Delphi 2010 is a specific version of Delphi.
I'd like that MessageDlg appear centered on its parent form. Any suggestions on how to accomplish this in Delphi 2010? I …
delphi delphi-2010The TScrollBox control looks like it's supposed to basically be a TPanel with scroll bars attached along the bottom and …
delphi delphi-2010 tscrollboxAfter reading the articles "Simmering Unicode, bring DPL to a boil" and "Simmering Unicode, bring DPL to a boil (Part 2)" …
delphi delphi-2010 delphi-2009 delphi-xe tmonitorI'm trying to do a HTTP Authentication with Indy HTTP class. But for some unknown reason I'm getting an Access …
delphi delphi-2010 indy idhttpI wanna build a TCP/IP server that will be used by up to 100 concurrent clients, but still not sure …
delphi tcp delphi-2010How to select all text of a TEdit1 whenever user click on it or click to select some text of …
delphi onclick delphi-2010 textselectionHow can I show an "empty" TDateTimePicker in Delphi 2010 (that is, hide the display of the date so the control …
delphi delphi-2010I'm using D2010 under Windows 7 to write an app that seems to require admin rights (I think because it uses …
delphi windows-7 delphi-2010 uac elevationDoes anyone know about a utility, that can automatically detect and remove unrequired units from the uses clause? Preferably it .. …
delphi delphi-2010I change the icon of my application with my own icon (32x32 16bit EGA) using : Project > Option > Applications &…
delphi icons delphi-2010 taskbar