ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Information 2103: 'Double' does not exist anymore: the reals are coded on 8 bytes
ServiceRefresh (Function)
Asks a service to re-read its configuration information.
CountryGet (Function)
Returns the Country variable corresponding to an ISO code or to the country caption according to ISO 3166-1.
Information 2105: This function was renamed
ErrorThrow (Function)
Throw a non-fatal error.
ScrollBarShow (Function)
Displays (or not) a scrollbar in a WINDEV control (edit control or list box) even if no scrollbar was specified during the control description.
CertificateSignMSIXPackage (Function)
Sign an MSIX package with a certificate. This new function is available from WINDEV Suite SaaS 2025 Update 2....
FlexDirection (Property)
The FlexDirection property gets and sets the direction of the main axis of a Flexbox control (corresponding CSS property: "flex-direction").
ArrayMoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
ArrayReverse (Function)
Reverses the content of a one-dimensional array.
GetCountryName (Function)
Returns the name of a country that corresponds to its ISO code according to the ISO 3166-1 standard.
NetGetFile (Function)
Retrieves an existing file from an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
Dynamic serving
"Dynamic serving" is a technique where the same address (URL) leads to 2 different pages......
<Camera>.Capture (Function)
Captures the images received from the camera: as an image: takes a photo. as a video: records a video. Function kept for "Version-26-compatible" Camera controls....
UTF8ToUnicode (Function)
Converts a UTF-8 string to Unicode
UTF8ToAnsi (Function)
Converts a UTF-8 string to ANSI.
ZOrder (Property)
The ZOrder property gets and sets the Z-order of an element.
Error 1021: The method of the class is not global
DeleteAll (Function)
Deletes all the elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....