Top "Delphi-2007" questions

Delphi 2007 is a specific version of Delphi.

Why does CreateProcess give error 193 (%1 is not a valid Win32 app)

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-2007
Delphi 2006-2010 error: "Cannot create file C:\Users\Admin\AppData\Local\Temp\EditorLineEnds.ttr"

I 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-2006
How read the content of file to a string in delphi XE

I'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-xe
Best way to find if a string is in a list (without generics)

I want do something like this: Result = 'MyString' in [string1, string2, string3, string4]; This can't be used with strings and …

delphi delphi-2007
Writing a string to a TFileStream in Delphi 2010

I 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-2007
Find the last occurrence of char in a string

Does there exist any RTL Delphi function to determine the position of the last occurrence of a char in a …

string delphi delphi-2007
List of Delphi language features and version in which they were introduced/deprecated

Before I begin, I would like to point out that I have honestly and genuinely searched repeatedly and exhaustively via …

delphi delphi-2007
How to hide an application from taskbar in Windows 7?

I would like to hide an application from the Windows 7 taskbar. I want to make something like a toolbar on …

delphi winapi delphi-2007 taskbar
Clear a TList or a TObjectList

I'm a bit puzzled of what to use for storing objects in a list. Until now I have used TList …

delphi delphi-2007 tlist
Delphi: count number of times a string occurs in another string

I'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