|
|
|
|
- Overview
- New features and improvements in "Update 2" (version 280094)
- New features and improvements in "Update 1" (version 280085)
WINDEV Mobile 28: New features in this version
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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|