Top "Delphi-6" questions

Delphi 6 is a specific version of Delphi.

Indy 10 - IdSMTP.Connect raising "Could not load SSL library."

Here is my configuration: IdSMTP1.Host := 'smtp.gmail.com'; IdSMTP1.Port := 587; IdSMTP1.UseTLS := utUseExplicitTLS; IdSMTP1.IOHandler := IdSSLIOHandlerSocketOpenSSL1; IdSSLIOHandlerSocketOpenSSL1.SSLOptions.Method := …

delphi ssl smtp indy delphi-6
Convert hex str to decimal value in delphi

I've got a problem to convert a string representation of an hex value in integer value with Delphi. for example: $…

delphi hex decimal delphi-6 valueconverter
How do I compile my Delphi project on the command line?

Has anyone ever managed to compile their Delphi 6 & 7 (NOT any Delphi > 7 ) projects using the command line? All the …

delphi command-line compilation delphi-7 delphi-6
What's the difference between public and published class members in Delphi?

Please could someone explain me what's the difference between public and published class members in Delphi? I tried to look …

delphi oop rtti delphi-6
Do I need to finalize array of records in Delphi?

In my application I have the following record: TTransaction = record Alias: string Description: string Creation: TDateTime Count: Integer end; and …

delphi record dynamic-arrays delphi-6 finalization
Can Delphi 6 be installed in Windows 10

Previously, a few weeks back, I asked a similar question regarding D6 and Windows 7. After installing Delphi 6 in another path, …

delphi delphi-6
Delphi 6 IDE and apps working on windows 7 64 bit?

I have a commercial app that is developed with Delphi 6. Ive been developing under windows xp 32 bit, but am about …

delphi windows-7 delphi-6
How to get elements by name in Delphi Chromium Embedded?

To get a particular DOM node embedded in the current web document from a TChromium instance, using its ID, you …

delphi dom delphi-6 tchromium
How to Convert Ansi to UTF 8 with TXMLDocument in Delphi

It's possible to convert the XML to UTF-8 encoding in Delphi 6? Currently that's what I am doing: Fill TXMLDocument with …

delphi unicode utf-8 delphi-6 txmldocument
How to encode base64 in Delphi 6?

I need to encode a pdf document to base64 in Delphi6. Can anyone help me?

delphi pdf encoding base64 delphi-6