Delphi 6 is a specific version of Delphi.
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-6I'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 valueconverterHas 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-6In 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 finalizationPreviously, a few weeks back, I asked a similar question regarding D6 and Windows 7. After installing Delphi 6 in another path, …
delphi delphi-6I 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-6It'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