Delphi 2007 is a specific version of Delphi.
The code below fails to start documents. I get error 193 (%1 is not a valid Win32 app). Starting executables work fine. …
windows delphi winapi delphi-xe2 delphi-2007I am getting an error after installing Delphi 2007 (Edit: This problem occurs in all Delphi versions from 2006 to 2010) that I …
delphi delphi-2010 delphi-2009 delphi-2007 delphi-2006I'm migrating my application from delphi 2007 to delphi xe, but i having problems with a procedure which read a file (…
delphi delphi-2007 delphi-xeI want do something like this: Result = 'MyString' in [string1, string2, string3, string4]; This can't be used with strings and …
delphi delphi-2007I have Delphi 2007 code that looks like this: procedure WriteString(Stream: TFileStream; var SourceBuffer: PChar; s: string); begin StrPCopy(SourceBuffer,…
delphi unicode delphi-2010 delphi-2007Does there exist any RTL Delphi function to determine the position of the last occurrence of a char in a …
string delphi delphi-2007Before I begin, I would like to point out that I have honestly and genuinely searched repeatedly and exhaustively via …
delphi delphi-2007I would like to hide an application from the Windows 7 taskbar. I want to make something like a toolbar on …
delphi winapi delphi-2007 taskbarI'm a bit puzzled of what to use for storing objects in a list. Until now I have used TList …
delphi delphi-2007 tlistI'm using Delphi 2007 and wonder if there is a simple way of counting the number of times a string occurs …
string delphi delphi-2007