Top "Delphi-7" questions

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

Converting Delphi 7 property editor to Delphi XE2

First of all, I have never written a property editor from scratch, but had some help with one in another …

delphi delphi-7 delphi-xe2 custom-component propertyeditor
Parameters in SQL - Delphi 7

I am using Delphi 7 and Access 2007. I want to know can anyone show me how to use Parameters with SQL …

sql delphi delphi-7 ado
Delphi 7: how to fill a Tlistview

I've a Tlistview with 3 columns, I need from Tcollection object as this follow FListeDispoProduit := TListeDispoProduit.Create(TProduit); with (FListeDispoProduit) do …

delphi delphi-7 tlistview
Moving images while drag and drop

I have an TImage on a TPanel, and an other (empty) TPanels. I want to drag the image from the …

delphi drag-and-drop delphi-7
Loading images into TImage, via array

I'm very new to delphi, doing a project for my A level. When I run my code the images just …

arrays delphi delphi-7 timage
Recommended PE header settings for Delphi 7 application running on terminal server?

While investigating external exception C0000006 errors reported by some users running a Delphi 7 application on a Windows 2008 terminal server, I …

delphi delphi-7 terminal-services
Uses with unit file path in unit file

I have problem. I ll try to explain it. I have a unit which has a class and may will …

delphi path delphi-7 delphi-units uses-clause
Why does loading of a PNG image format icon cause the "Out of system resources" exception?

I have a specific icon file, which is composed from PNG compressed images and when I try to load it …

delphi delphi-7
How do I avoid UAC when my EXE file name contains the word "update"?

I noticed the following phenomenon: An executable built with Delphi 7 and part of the name including "Update" (e.g. "UpdateMyApp.…

delphi uac delphi-7
Indy 10 TCP server

After a lot of searching I thought Indy TCP server would be the best to use on Instant messenger server …

delphi delphi-7 indy indy10 tcpserver