Delphi 7, released in August 2002, is a version of Delphi for Windows 32 bit.
I have a Delphi application that communicates with web servers on the Internet using the Indy components. Most users of …
delphi proxy delphi-7I 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 adoconnectionI am using the code below to create a messagebox in Delphi 7. However I also have another form on screen …
delphi delphi-7 messageboxI'm trying to validate dates entered by the user using TryStrToDate to ensure that they can be properly displayed on …
delphi validation delphi-7 tdatetimeIn most modern IDEs, you can have Debug and Release build configurations, and you can quickly switch between them. In …
delphi ide delphi-7I'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 topendialogI would like to select either all root nodes or all child nodes (not all nodes in a VirtualTreeView). I've …
delphi delphi-7 virtualtreeview tvirtualstringtreeHi i want to use TEncoding to convert Tbytes to utf7 but when i use TEncoding delphi gives following error. …
delphi delphi-7 undeclared-identifier