ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ArrayReverse (Function)
Reverses the content of a one-dimensional array.
AddColumn (Function)
Adds a column at the end of a two-dimensional array property (xlsDocument variable for example]).
Developing sites for specific platforms
Many devices can be used to display websites (Android phone, iPhone, etc....
CountryList (Function)
Returns the list of all countries or countries of a given continent according to ISO 3166-1.
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....
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
iColumnEnd (Function)
Forces a column break in a multi-column report.
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....
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....
UTF8ToUnicode (Function)
Converts a UTF-8 string to Unicode
ServiceRefresh (Function)
Asks a service to re-read its configuration information.
UTF8ToAnsi (Function)
Converts a UTF-8 string to ANSI.
VideoDisplay (Function)
Displays in a Camera control the video sequence currently transmitted by a "web camera" or by the camera found on the mobile device. Function kept for "Version-26-compatible" Camera controls....
ERR_LAUNCH_FAILED
<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....
CountryGet (Function)
Returns the Country variable corresponding to an ISO code or to the country caption according to ISO 3166-1.
GetCountryName (Function)
Returns the name of a country that corresponds to its ISO code according to the ISO 3166-1 standard.
Handling a dynamic tab through programming (prefix syntax)
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
The "dynamic" Tab control (prefix syntax)
The "Dynamic tab" Tab control is used to display several windows in the same window......
WINDEV License Agreement
WINDEV License Agreement...
FontUnload (Function)
Unloads a font previously loaded with FontLoad. This new function is available from WINDEV Suite SaaS 2025 Update 1....
ErrorThrow (Function)
Throw a non-fatal error.
Error 1012: The class member is not global: it cannot be accessed from a global method
ZOrder (Property)
The ZOrder property gets and sets the Z-order of an element.