ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

14. PHP generation in practice
Organization chart linked to a data file
12. Control templates
WINDEV Mobile allows you to create control templates....
MessTranslate (Function)
Retrieves a message found in the code of a program in the current language.
Using C# code
You can use C# code in WINDEV applications (Windows applications and components, .NET assemblies......
Multiline strings
To type character strings over several lines in the code editor...
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
Using Kotlin code
Kotlin is a programming language mainly used for Android development......
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.
<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.
CaptionHTML (Property)
The CaptionHTML property is used to handle the text of a control as HTML code.
HOnServerCall (Function)
Customizes the management of message display on the client computer and the management of disconnection from a client computer.
Optional parameters
Some of the parameters passed to a procedure can be optional parameters......
GOTO statement
The GOTO statement is used to run a code identified by a given label...
Animating an image
WINDEV, WINDEV Mobile and WEBDEV allow you to handle several types of animated images......
13. 3-Tier architecture
Sort the data displayed in your tables in one click
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......
2. WEBDEV administrator in practice
DynamicServingConfigure (Function)
Indicates the environment that will be used by the "Dynamic Serving" to choose the set of pages to display.
MenuClone (Function)
Clones a menu or a menu option as well as the associated code.
Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus......