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
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
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).
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
Would someone explain me which fu开发者_如何学JAVAnctions/procedures/functionalities I need of Delphi 2007 to open other applications and perform actions in those applications.
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\'
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
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
What开发者_开发知识库 is the right way to define a win7-compatible icon set in a Delphi application ? ( variable size on desktop )
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) ?