Désolé, votre navigateur ne supporte pas le javascript. WINDEV Download Center: WINDEV 28 - 01A280094s
Cross-platform application development software suite Integrated software for developing cross-platform applications

WINDEV DOWNLOAD CENTER

Products WINDEV 28 - Update 2
Version 01A280094s
Required Version 01A280075r and later
Date July 12, 2023

Caution:
You must own a registered English or International version of WINDEV 28,
to download the module available on this page.

This version contains several improvements further to user feedback
on version 280085n and includes new features.

New names of constants used by the emailSMTPSession type:

  • Until version 28 Update 1 (280085N), the Option property of a variable of type emailSMTPSession could take the following constants:
    • emailOptionDefault,
    • emailOptionSecuredTLS: unencrypted connection on port 587, then sends a StartTLS command to start encryption,
    • optionSSL: encrypted TLS connection.
The names of these constants could be confusing as to which protocol was actually being used.
 

To improve code readability, the constants have been renamed from version 28 "Update 4" (280094):

  • the emailOptionSecuredTLS constant becomes emailProtocolSMTPS,
  • the optionSSL constant becomes optionTLS,

Remarks

  • The values of the constants remain unchanged,
  • the old constant names:
    • are no longer recognized by syntax highlighting,
    • no longer appear in the code completion suggestions,
    • can still be used without causing a compilation error or unexpected behavior at runtime.
WINDEV 28 - Update 2
WINDEV 28 WX28UPDATEUS094s.exe
Reports & Queries RQ28PACKUS094s.exe
Modules common to WINDEV, WEBDEV and WINDEV Mobile 280094s
HFSQL Client/Server Common modules
HFSQL Cluster Common modules
ODBC on HFSQL Common modules
OLEDB for HFSQL Common modules