Delphi 2007 is a specific version of Delphi.
Newer Delphi versions (including Delphi 2007, which I'm using) have a build in file history feature, which lets you revert to …
delphi delphi-2007I have two applications: X and Y. X is the main application and it handles a lot of XML files. …
delphi winapi ipc delphi-2007I am trying to create a shortcut (on the Desktop) that contains a long argument string (> MAX_PATH). The …
windows delphi delphi-2007 shortcut maxlengthI have an app that needs to do heavy text manipulation in a TStringList. Basically i need to split text …
delphi split delphi-2007 tstringlistI have some problems writing to a mapped network drive (P:) in Windows 7 from my Delphi program. When I try, …
delphi windows-7 delphi-2007 unc network-driveSince Delphi XE2, NativeInt has new meaning. At 32 bits runtime, NativeInt is 32 bits integer. At 64 bits runtime, NativeInt is 64 bits …
delphi delphi-xe2 delphi-2007I have imported a WSDL and use it to send a SOAP request. It looks like this: <?xml version="1.0"?&…
java delphi visual-studio-2010 soap delphi-2007Is there a routine available in Delphi 2007 to convert the characters in the high range of the ANSI table (>127) …
delphi character-encoding ascii delphi-2007 non-ascii-charactersIs there a way to get the RTF data from a richedit without using savetostream as in strStream := TStringStream.Create(…
delphi delphi-2007 richeditWe have a database and our client is written with Delphi 2007. The latest Interbase 2009 is used. The database is old, …
sql delphi character-encoding delphi-2007 interbase