ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

5. Which type of server to choose?
Control management functions
List of functions for managing controls...
Windows event management functions
List of functions for managing Windows events...
You used WINDEV Mobile 28
SQL set operations: UNION, UNION ALL and INTERSECT
SQL allows performing set operations on groups of files......
ServiceRefresh (Function)
Asks a service to re-read its configuration information.
Dialog box management functions
List of functions for managing dialog boxes...
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....
ZOrder (Property)
The ZOrder property gets and sets the Z-order of an element.
UTF8ToUnicode (Function)
Converts a UTF-8 string to Unicode
AddColumn (Function)
Adds a column at the end of a two-dimensional array property (xlsDocument variable for example]).
UTF8ToAnsi (Function)
Converts a UTF-8 string to ANSI.
ERR_DISCONNECTED_ERROR
Handling a Link control through programming (Page)
WEBDEV allows you to handle a Link control through programming......
<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....
Available features and specific features of Java
WINDEV allows you to generate a Java application without even knowing the Java language......
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......
ArrayDeleteAll (Function)
Deletes all 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....
iColumnNum (Function)
Returns the number of the current column in a multi-column report.
ZOrder (Property)
The ZOrder property defines the Z-order of an element.
Error 1012: The class member is not global: it cannot be accessed from a global method
Customizing the report viewer: Available windows