Top "Delphi-5" questions

Delphi 5 is a specific version of Delphi.

How open a url with http authentication in Delphi?

How open a url (a browser window) that need "http authentication" passing login and password in a transparent way? The …

delphi http http-authentication delphi-5
Delphi - Class TListView not found

We have a Delphi 5 application, that is built without runtime packages, dlls or external resources (i.e. a single executable). …

delphi delphi-5
How to create Telnet Client with Delphi 5

How do I create a Telnet Client inside of a Delphi 5 application?

delphi client telnet delphi-5
How to convert float or currency to a localized string?

In Delphi1, using FloatToStrF or CurrToStrF will automatically use the DecimalSeparator character to represent a decimal mark. Unfortunately DecimalSeparator is …

string delphi localization internationalization delphi-5
Delphi: How delegate interface implementation to child object?

i have an object which delegates implementation of a particularly complex interface to a child object. This is exactly i …

delphi interface delegation delphi-5
How to not have a MainForm in Delphi?

i've been trying to get some modeless forms in my application to appear on the taskbar - taking advantage of …

delphi windows-7 taskbar delphi-5
"Application" global variable not recognized

I work on a large project in Delphi 5. Today, after merging two branches of the app together, one of the …

delphi delphi-5
Invalid floating point operation calling Trunc()

I'm getting a (repeatable) floating point exception when i try to Trunc() a Real value. e.g.: Trunc(1470724508.0318); In reality …

delphi delphi-5