Delphi 7, released in August 2002, is a version of Delphi for Windows 32 bit.
In some part of my application, I have the situation where I receive an interface which I know to be …
delphi object interface memory-management delphi-7I have some image-files stored into one file (some kind of archive). That file looks like this: Well, it's separated …
delphi delphi-7 filestream timageI need to strip out all non standard text characers from a string. I need remove all non ascii and …
delphi parsing ascii delphi-2010 delphi-7Is Indy 10 can be used with Delphi 7? I am trying to find to get it, or purchase it. But, I …
delphi delphi-7 indy10Using delphi 7: How can I add an integer to the object portion of a stringlist item, using AddObject? How can …
delphi delphi-7 tstringlistOn our main data entry screen, we have an OK/Cancel dialog in the OnBeforePost event. OK lets things take …
delphi delphi-7 tdatasetI'm using this Delphi 7 code to detect if Internet Explorer is running: function IERunning: Boolean; begin Result := FindWindow('IEFrame', NIL) &…
delphi winapi delphi-7