ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Information 2103: 'Double' does not exist anymore: the reals are coded on 8 bytes
Error 1021: The method of the class is not global
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
iColumnEnd (Function)
Forces a column break in a multi-column report.
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....
UploadCopyFile (Function)
Saves on the server a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
FlexDirection (Property)
The FlexDirection property gets and sets the direction of the main axis of a Flexbox control (corresponding CSS property: "flex-direction").
GetCountryName (Function)
Returns the name of a country that corresponds to its ISO code according to the ISO 3166-1 standard.
ErrorThrow (Function)
Throw a non-fatal error.
NetGetFile (Function)
Retrieves an existing file from an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
WiFiConnect (Function)
Connects the device to the specified Wi-Fi network.
ArrayMoveLine (Function)
Allows: 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....
VideoDisplay (Function)
Displays in a Camera field the camera preview stream currently being transmitted by a web camera or by the camera on the mobile device. Function kept for "Version-26-compatible" Camera controls....
iColumnNum (Function)
Returns the number of the current column in a multi-column report.
<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....
DisplayOnly (Property)
The ReadOnly property determines if an element is read-only.