Top "Delphi-2007" questions

Delphi 2007 is a specific version of Delphi.

Delphi 2007 - How to avoid having a \history folder?

Newer Delphi versions (including Delphi 2007, which I'm using) have a build in file history feature, which lets you revert to …

delphi delphi-2007
Inter-process communication

I have two applications: X and Y. X is the main application and it handles a lot of XML files. …

delphi winapi ipc delphi-2007
Do Windows shortcuts support very long argument lengths?

I am trying to create a shortcut (on the Desktop) that contains a long argument string (> MAX_PATH). The …

windows delphi delphi-2007 shortcut maxlength
Faster way to split text in Delphi TStringList

I have an app that needs to do heavy text manipulation in a TStringList. Basically i need to split text …

delphi split delphi-2007 tstringlist
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, …

delphi windows-7 delphi-2007 unc network-drive
Delphi 2007 and XE2: Using NativeInt

Since 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-2007
Removing the namespace from SOAP request

I 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-2007
Convert Hi-Ansi chars to Ascii equivalent (é -> e)

Is 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-characters
Get richtext from a richedit in Delphi

Is there a way to get the RTF data from a richedit without using savetostream as in strStream := TStringStream.Create(…

delphi delphi-2007 richedit
How to change characterset of an existing database for Interbase

We 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