Tagged Questions

Delphi 3 is a specific version of Delphi. It was released in May 1997. Use this for issues related to development in Delphi, version 3.

learn more… | top users | synonyms

4
votes
1answer
139 views

What's the equivalent in Delphi 3 of Supports for Interfaces?

I support an application written in Delphi 3 and I would like to put in some improvements to the source code while waiting for the opportunity to upgrade it to a newer version of Delphi. One of the ...
0
votes
1answer
140 views

Where can I find documentation for Delphi 3?

I'm doing some work porting code from a Delphi 3 based application to another language. The conversion for the most part has been a success, but I still get some failures in some corner cases, that ...