When I build my project and the main form is open (fairly large, dozens of components of all kind), the build process creates a file named \'c\' in the project folder.
Sometimes, when cod开发者_开发问答ing in RAD Studio 2009 (Delphi), suddently the behaviour of the code editor changes. After such an event, a selection is no longer cleared on character input. This of
I am working on a deamon application that uses e-mail inbox as its input queue. Response times should be as high as possible with server overhead kept to minimum, so polling e-mail inbox is out of que
I\'m using a TFileSteam to open a lo开发者_Python百科g file. I would like to be able to read through this log file from other processes. I thought the fmShareDenyWrite mode would allow this.
I have custom form which is descendant from TForm. I used ToolApi to register custom module and add it to repository. So far so good. But when I click on File->NewI can see my category with icon for m
i have an interesting problem in my delphi 2009 app.when run in the debugger, i get an AV between the subroutine\'s Begin keyword and the first statement.i believe that\'s when it\'s setting up local
my single threaded delphi 2009 app (not quite yet complete) has started to have a problem withApplication.ProcessMessages hanging.my app has a TTimer object that fires every 100 ms to poll an external
I\'m trying to connect at runtime with SQL Server 2008 with Delphi 2009 using DBExpress, it\'s not working. When I set all the properties at design time, it works great, but at RunTime, I\'m getting &
How do I auto highlight the 1st entry in a DBLookupListBox without the end user highlighting it. procedure开发者_开发知识库 TForm2.FormCreate(Sender: TObject);
I use to create an application that uses the windows speech recognition engine or the SAPI. its like a game for pronunciation that it give you score when you pronounce it correctly. but when i started