delphi-2009
Why does the Delphi compiler create a file named 'c' during a build of a specific project?
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.[详细]
2023-01-06 01:12 分类:问答RAD Studio 2009 Persistent Selection Issue: Bug or Feature?
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[详细]
2023-01-05 12:20 分类:问答E-mail arrival notification with Indy IMAP client (Delphi 2009)
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[详细]
2023-01-05 05:48 分类:问答fmShareDenyWrite mode doesn't appear to work
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.[详细]
2023-01-04 18:01 分类:问答Register custom form in delphi 2010 with ToolsApi
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[详细]
2023-01-04 14:15 分类:问答interesting stack problem?
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[详细]
2023-01-03 23:04 分类:问答Application.ProcessMessages hangs?
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[详细]
2023-01-03 09:22 分类:问答Connecting SQL 2008 at runtime
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 &[详细]
2023-01-01 07:46 分类:问答Delphi - How To Auto Highlight 1st entryIn A DBLookupListBox On Form Creation
How do I auto highlight the 1st entry in a DBLookupListBox without the end user highlighting it. procedure开发者_开发知识库 TForm2.FormCreate(Sender: TObject);[详细]
2022-12-31 08:20 分类:问答Is it possible to use WIndows Speech Recognition Engine in a word pronunciation game?
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[详细]
2022-12-31 04:37 分类:问答