Top "Delphi-2010" questions

Delphi 2010 is a specific version of Delphi.

How to make MessageDlg centered on owner form

I'd like that MessageDlg appear centered on its parent form. Any suggestions on how to accomplish this in Delphi 2010? I …

delphi delphi-2010
How do I make the scroll bars show up on a TScrollBox?

The TScrollBox control looks like it's supposed to basically be a TPanel with scroll bars attached along the bottom and …

delphi delphi-2010 tscrollbox
What is TMonitor in Delphi System unit good for?

After 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 tmonitor
IdHTTP basic authentication access violation

I'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 idhttp
Building Multi threaded TCP/IP Server

I wanna build a TCP/IP server that will be used by up to 100 concurrent clients, but still not sure …

delphi tcp delphi-2010
TEdit onclick select all?

How to select all text of a TEdit1 whenever user click on it or click to select some text of …

delphi onclick delphi-2010 textselection
Show "empty" TDateTimePicker

How can I show an "empty" TDateTimePicker in Delphi 2010 (that is, hide the display of the date so the control …

delphi delphi-2010
Developing Apps with Administrator Rights in Delphi

I'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 elevation
How to "automatically" remove unused units from uses clause?

Does anyone know about a utility, that can automatically detect and remove unrequired units from the uses clause? Preferably it .. …

delphi delphi-2010
How to change application icon within taskbar Delphi 2010

I change the icon of my application with my own icon (32x32 16bit EGA) using : Project > Option > Applications &…

delphi icons delphi-2010 taskbar