I have a popup menu that has a few items in it. Option 1 - Sub1 - Sub2 Option 2 - Sub1 - Sub2 Option 3 - Sub1
I\'ve a bunch of projects with some common libraries in a SVN repository. The repository has some branches for in-production versions.
When I开发者_Go百科 set the property KeyPreview = TRUE on my main form (MDI Parent) the OnKeyDown, OnKeyUp or OnKeyPress events don\'t get fired.
The following code (constructed only to demonstrate the problem) compiles and work开发者_运维百科s in Delphi 2010. In Delphi 2009, compiler fails with \"E2035 Not enough actual parameters\".
Currently, our database uses Win1252 as the only character encoding. We will have to support Unicode in the database tables soon, which means we have to perform this migration for four databases and a
I can chan开发者_StackOverflow中文版ge the editor font in RAD Studio 2009 under the [Tools][Options] Editor Options/Display settings form, but the list of fonts is very limited and does not show all t
My question is below. Here is my setup: interface uses windows, {...,} uPSComponent_Default, uPSComponent, uPSRuntime, uPSComponent_Controls;
I\'m just wondering if anyone 开发者_Go百科else has come across this rather obtuse error. I have a procedure that looks loosely like this:
While debugging my application with Delphi 2009, I sometimes get the following exception occurring: (source: beholdgenealogy.com)
I got some code that I share with another developer. I have a nice debugging module which I leave through out the unit tests but he doesn\'t have this, so it\'s a battle of adding and remove the code