Top "Delphi-7" questions

Delphi 7, released in August 2002, is a version of Delphi for Windows 32 bit.

Cause of Range Check Error (Delphi)

Here's a condensed version of some code that causes both a Range check error and an overflow error, should I …

delphi delphi-7
Download a File from internet programmatically with an Progress event using Delphi and Indy

I need a way to download a file from the Internet using Delphi via HTTP, Which include an Progress event, …

delphi delphi-7 download indy
Unit testing in Delphi - how are you doing it?

I'm wondering how the few Delphi users here are doing unit testing, if any? Is there anything that integrates with …

delphi unit-testing delphi-7 delphi-2006
How can I get HTML source code from TWebBrowser

How can I get source code from WebBrowser component? I want to get source code of active page on WebBrowser …

delphi delphi-7 twebbrowser
Detecting 'text' file type (ANSI vs UTF-8)

I wrote an application (a psychological testing exam) in Delphi (7) which creates a standard text file - ie the file …

delphi utf-8 delphi-7
Delete all files and folders recursively using Delphi

I am trying to delete a folder and all of its sub-folders recursively but it is not working at all, …

delphi delphi-7
Adding manifest for admin rights request

I have an application that writes program settings to the windows registry that is absolutely necessary so.storing to a …

delphi delphi-7 manifest administrator
Delphi 7 vista / windows 7 manifest

Would anyone have an example of a manifest file for Delphi 7 which allows apps to run as administrator on Windows …

delphi delphi-7 manifest uac
How do I compile my Delphi project on the command line?

Has anyone ever managed to compile their Delphi 6 & 7 (NOT any Delphi > 7 ) projects using the command line? All the …

delphi command-line compilation delphi-7 delphi-6
Import data from Excel

I want to import data from Excel into a Paradox database on Delphi 7. How can I do that using Delphi?

delphi excel delphi-7 paradox