ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SchedulerWorkingHour (Function)
Used to indicate the specific working hours per day in a Scheduler control.
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
WDZip: Creating or modifying an archive
This help page explains how to......
Creating an action plan
The action plans group all actions that will be performed by the software factory....
Printing a report (iPhone/iPad, Android or Universal Windows App)
When creating a report, the test of this report can be run from the report editor......
EmailMsgError (Function)
Returns the message corresponding to the error identifier.
zipCreate (Function)
Creates an archive.
Automatic management of exceptions
The management of exceptions can be customized by process......
2. Managing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
Events associated with the columns (Table control)
List of events associated with the columns of Table controls...
LooperModify (Function)
Changes the values of the attributes in a row of a Looper control.
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
Manager of automated tests
The test manager is used to......
Constants for the geo-localization functions
Constants used by the geo-localization functions...
Procedure/Function
A procedure is used to associate an identifier with a statement block......
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.
SchedulerWorkingHourResource (Function)
Used to indicate the specific working hours per day and per resource in a Scheduler control.
Check Box control: Automatic features (AAF)
The Check Box control can benefit from several AAFs (Automatic Application Features) ......
WLanguage code coloring
The code editor includes a coloring system for the different elements in WLanguage code....
Operations performed on use case diagrams
The following paragraphs explain......
OrganizerWorkingHour (Function)
Used to indicate the specific working hours per day in an Organizer control.
tapiBlindTransfer (Function)
Performs a "blind" transfer.
Creating an Android widget
Widgets are small applications that can be displayed on the home screen of phones or tablets......