ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Error 35: 'Continue' is available in the loops only
grSunburstRootSection (Function)
Changes or specifies the path of the root in a Sunburst chart.
grTitleFont (Function)
Modifies the font used for the chart title.
The test mode cannot operate without the project and its pages, ...
CaptionWidth (Property)
The CaptionWidth property is used to get and change the width reserved for the text area in an Edit or Combo Box control.
12. Retrieving data from a site
DayWidth (Property)
The DayWidth property is used to determine and change the width of days: in a Scheduler control where the days are displayed in column and the resources in rows. in a Gantt Chart column....
grAxisTitleFont (Function)
Modifies the font used for the titles of the chart axes.
13. Types of standard controls
1. Project and analysis
FOR EACH/FOR ALL statement (browse of arrays)
The FOR EACH statement is used to perform different types of browse on the arrays...
FOR ALL/FOR EACH statement (browse of strings)
The FOR EACH statement is used to browse strings according to different methods...
wsResponse (Type of variable)
The wsResponse type is used to get: the XML source code of the Webservice response. the value of the different parts of the Webservice response (for the Webservices returning several responses)....
<Chart>.Title (Function)
Modifies the caption and/or position of the chart title....
Managing the executables (WLanguage functions)
WINDEV, WEBDEV and WINDEV Mobile propose different functions for managing executables from a WINDEV application, from a WINDEV Mobile application or from a WEBDEV site......
User Control Center: Available network applications
The User Control Center is used to list the applications for which a network setup was created......
ListDLL (Function)
Returns: at runtime: the list of libraries (".DLL" files) used by the current WINDEV or WINDEV Mobile application or by the current WEBDEV site. Only the libraries loaded in memory are listed. in test mode: all the libraries installed on the current computer....
Error 19: The step of this FOR loop must be constant
Modulo (Reserved word)
Returns the remainder of a division.
SQL set operations: UNION, UNION ALL and INTERSECT
SQL allows performing set operations on groups of files......
<Chart>.TitleFont (Function)
Modifies the font used for the chart title.
<Chart>.SunburstRootSection (Function)
Changes or specifies the path of the root in a Sunburst chart.
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
FOR EACH/FOR ALL statement (browse of associative arrays)
The FOR EACH statement is used to perform different types of browse on the associative arrays...
ValuePerStar (Property)
The ValuePerStar property gets and sets the value of a star in a Rating control.