34
votes
117answers
13k views
Delphi 2010 Beta: What’s on your wishlist?
Soon Delphi 2010 "Weaver" will enter in beta. (See http://www.embarcadero.com/products/beta_programs.php)
Which would be your most wanted features for the next release of Delphi?
Mine (from top of …
32
votes
66answers
5k views
What is needed to get Delphi back on top?
Delphi 2009 is due in the next couple months, which is its 12th release since Turbo Pascal became Delphi in 1995. Despite continued innovation it has not returned to its level of popularity before …
28
votes
25answers
2k views
Why Do You Use Delphi?
Nick Bradbury (the author of HomeSite, TopStyle and FeedDemon) just posted a fascinating explanation of why he uses Delphi:
http://nick.typepad.com/blog/2009/07/why-i-use-delphi.html
I'd like to …
27
votes
33answers
5k views
Delphi Free and Open Source Components that are still maintained.
It would be good to compile a new inventory here of Delphi FOSS components that are very useful, also with rare and difficult to find functionality and still maintained for the latest Delphi versions. …
25
votes
46answers
5k views
Hidden Features of Delphi
The "Hidden Features" series here on StackOverflow has generated some really interesting feedback. So what about my favorite IDE, Delphi? What are some hidden features there?
I'll start with one of …
22
votes
2answers
392 views
Is it possible to write extensions to Delphi’s debugger?
I know there's an API for creating extensions to Delphi. I use the GExperts package and various JVCL experts frequently. But I've never seen any extensions to the debugger. It would be very nice, …
20
votes
7answers
1k views
Find out what process registered a global hotkey? (Windows API)
As far as I've been able to find out, Windows doesn't offer an API function to tell what application has registered a global hotkey (via RegisterHotkey). I can only find out that a hotkey is …
18
votes
15answers
2k views
Accidentally created a virus?
I've seen it happen reasonable often: I write an application in Delphi and when I compile it, the virus-scanner tells me that I've created a virus and thus immediately deleted the executable again. …
18
votes
9answers
930 views
Why is it bad practice to call an eventhandler from code?
Say you have a menu item and a button that do the same task.
Why is it bad practice to put the code for the task into one control's action event and then make a call to that event from the other …
16
votes
1answer
671 views
What is your favorite Delphi mocking library?
I want to start using mock objects on my Delphi projects.
After a quick google I've found those:
Delphi Mock Wizard
PascalMock
So my question is what one is your favourite and why?
16
votes
24answers
3k views
Which embedded database to use in a Delphi application?
I am creating a desktop app in Delphi and plan to use an embedded database. I've started the project using SQlite3 with the DISQLite3 library. It works but documentation seems a bit light. I …
15
votes
5answers
577 views
How do you manage your Delphi Projects with third-party components in Version Control?
Installing third-party components always take a long time specially if you have large ones, but also it take more time if you setup the environment in more than one computer.
And I'm thinking to add …
15
votes
9answers
2k views
Profiler and Memory Analysis Tools for Delphi
I recently upgraded from Delphi 4 to Delphi 2009. With Delphi 4 I had been using GpProfile by Primoz Gabrijelcic as a profiler and Memory Sleuth by Turbo Power for memory analysis and leak debugging. …
14
votes
16answers
1k views
Delphi: How to organize source code to increase compiler performance?
I'm working on a large delphi 6 project with quite a lot of dependancies. It takes several minutes to compile the whole project. The recompilation after a few changes is sometimes much more longer so …
14
votes
13answers
1k views
How do I start with working Sub-Version + Delphi?
Hi there,
I'm new to this SCM, but since SVN is gaining popularity I was going to give it a try.
Things I noticed:
SVN is only the backbone of the SCM, no front-end?
Why is there several versions …
