ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

New WINDEV and WINDEV Mobile 28 feature!
Help / New features
  • Overview
  • New features and improvements in "Update 2" (version 280094)
  • New features and improvements in "Update 1" (version 280085)
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Overview
Here are the main new features and improvements in this update. Several improvements have been made in this version.
This help page presents:
New features and improvements in "Update 2" (version 280094)
New names of constants used by the emailSMTPSession type:
  • Until version 28 Update 3 (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.
New features and improvements in "Update 1" (version 280085)
Environment
  • Skin templates: WEBDEV Page controls in WINDEV Mobile.
  • Improved style selection window ("Choose a style" in the context menu of the control).
  • In addition to the Ctrl + C and Ctrl + V shortcuts, copy and paste options are now available in the context menu of the controls.
Report editor
  • Report creation wizard: "None" option now available for the selection of the skin template of a report. In this case, no skin template will be applied to the report.
Minimum version required
  • Version 28
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/30/2023

Send a report | Local help