ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Multiline strings
To type character strings over several lines in the code editor...
14. PHP generation in practice
12. Control templates
WINDEV Mobile allows you to create control templates....
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....
grScatter3DAddData (Function)
Adds a new point to display in a 3D Scatter chart.
MessTranslate (Function)
Retrieves a message found in the code of a program in the current language.
<Chart>.Scatter3DAddData (Function)
Adds a new point to display in a 3D Scatter chart.
<Kanban list>.PositionList (Function)
Allows you to scroll through a list of a Kanban control to display a specific card.
KanbanPositionList (Function)
Allows you to scroll through a list of a Kanban control to display a specific card.
Optional parameters
Some of the parameters passed to a procedure can be optional parameters......
HOnServerCall (Function)
Customizes the management of message display on the client computer and the management of disconnection from a client computer.
CaptionHTML (Property)
The CaptionHTML property is used to handle the text of a control as HTML code.
13. 3-Tier architecture
GOTO statement
The GOTO statement is used to run a code identified by a given label...
Sort the data displayed in your tables in one click
Animating an image
WINDEV, WINDEV Mobile and WEBDEV allow you to handle several types of animated images......
Checking an element back in the Source Code Manager (SCM)
Checking an element back in the repository is used to make the modified element available to all the users of the Source Code Manager......
MenuClone (Function)
Clones a menu or a menu option as well as the associated code.
Automated tests: Test-specific functions
List of automated tests: Test-specific functions...
Web Camera control events
The following events appear by default in the WEBDEV code editor:
JSEvent (Function)
Associates a browser procedure with an event on an object in browser code.
xmlNode (Type of variable)
The xmlNode type is used to handle a node of an XML document.
XMLSource (Property)
The XMLSource property is used to get the XML source code.
Error 1044: The class is already derived from this class
Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus......