Delphi 5 is a specific version of 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-5We have a Delphi 5 application, that is built without runtime packages, dlls or external resources (i.e. a single executable). …
delphi delphi-5In Delphi1, using FloatToStrF or CurrToStrF will automatically use the DecimalSeparator character to represent a decimal mark. Unfortunately DecimalSeparator is …
string delphi localization internationalization delphi-5i have an object which delegates implementation of a particularly complex interface to a child object. This is exactly i …
delphi interface delegation delphi-5I work on a large project in Delphi 5. Today, after merging two branches of the app together, one of the …
delphi delphi-5I'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