delphi-2007
How to connect to a MS Access database over LAN using Delphi?
I am writing an application that extract开发者_JAVA技巧s data from a file and then saves the data in a MS Access database. I now want to write a client for this program where users can view the data w[详细]
2023-04-13 09:50 分类:问答Getting "ÿþI" as output data when reading from a .log file using delphi
I am trying to read data from a .log file and process its contents. The log file is created by another application. When I use the readln command in Delphi and display the contents of the file in a me[详细]
2023-04-11 08:20 分类:问答Why doesn't my program recognize mapped UNC paths?
I have some problems writing to a mapped network drive (P:) in Windows 7 from my Delphi program. When I try, for example, ForceDirectories(\'P:\\test\\folder\'), I get an error (path not found).[详细]
2023-04-11 08:18 分类:问答Why code in any unit finalization section of a package is not executed at shut down?
I have an application that us开发者_运维问答es statically-linked runtime packages as well as designtime packages that use them. For some reason the code in any unit finalization section is not being r[详细]
2023-04-07 16:34 分类:问答Delphi 2007: open another application in delphi and perform actions in that application
Would someone explain me which fu开发者_如何学JAVAnctions/procedures/functionalities I need of Delphi 2007 to open other applications and perform actions in those applications.[详细]
2023-04-04 01:16 分类:问答Save picture to a variety of file formats
I have a routine procedure DrawStuff(ACanvas: TCanvas; const ARect: TRect) that draws something to a specified rectangle on a TCanvas. At the moment I call DrawStuff with a PaintBox\'s canvas. Now I\'[详细]
2023-04-03 13:21 分类:问答Does Error Insight have keyboard shortcuts?
I know I can jump between compiler ou开发者_如何学运维tput messages using ALT + F7/F8. Are there similar shortcuts to get to the prior/next error detected by Error Insight?As far as I know, there\'s[详细]
2023-04-03 01:54 分类:问答Why a published Int64 property-writer method wouldn't be called - Component streaming
Here is a simple test demonstrating the issue I encounter in a project, using Delphi 2007. I use a TComponent class for storing various states of a component. But the Int64 property writer methods are[详细]
2023-04-02 18:10 分类:问答Windows 7-compatible icon set in a Delphi 2007 application
What开发者_开发知识库 is the right way to define a win7-compatible icon set in a Delphi application ? ( variable size on desktop )[详细]
2023-04-01 03:06 分类:问答How to open source file in IDE on a certain line through command line
I\'m just wondering if there is some IDE command line parameter which would open a source file on a specified line (in the current view) ?[详细]
2023-03-31 18:43 分类:问答