Top "Delphi-7" questions

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

How can a Delphi application detect the network proxy settings of a Windows PC?

I have a Delphi application that communicates with web servers on the Internet using the Indy components. Most users of …

delphi proxy delphi-7
Connect to excel 2007 file using ADOConnection in Delphi7

I want to connect to an excel 2007 file(.xlsx) using delphi 7, so I used a AdoConnection and set its connectionstring …

delphi excel-2007 delphi-7 isam adoconnection
Http get json into string

I'm trying to get json response via HTTP GET method to a string but all I got is that: I'm …

json delphi delphi-7 indy idhttp
Delphi messagebox appearing behind other form

I am using the code below to create a messagebox in Delphi 7. However I also have another form on screen …

delphi delphi-7 messagebox
How to handle WM_ERASEBKGND to avoid flickering?

I have on a form some custom progress bars which are updated/refreshed twice per second and they are flickering. …

delphi winapi delphi-7 gdi flicker
Specific validation of dates using TryStrToDate

I'm trying to validate dates entered by the user using TryStrToDate to ensure that they can be properly displayed on …

delphi validation delphi-7 tdatetime
In Delphi 7, can I set up 'Debug' and 'Release' modes?

In most modern IDEs, you can have Debug and Release build configurations, and you can quickly switch between them. In …

delphi ide delphi-7
Delphi 7 and Vista/Windows 7 common dialogs - events do not work

I'm trying to modify the Delphi 7 Dialogs.pas to access the newer Windows 7 Open/Save dialog boxes (see Creating Windows …

delphi delphi-7 openfiledialog topendialog
How to select all root or all child nodes in VirtualStringTree?

I would like to select either all root nodes or all child nodes (not all nodes in a VirtualTreeView). I've …

delphi delphi-7 virtualtreeview tvirtualstringtree
Undeclared identifier TEncoding delphi7

Hi i want to use TEncoding to convert Tbytes to utf7 but when i use TEncoding delphi gives following error. …

delphi delphi-7 undeclared-identifier