ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Using an external component in an application
A component can be reused at any time in any application......
Find/Replace in the current project
The "Find/Replace" feature is used to......
Local procedure
Two types of procedures are available......
Properties associated with Tab controls
A Tab control found in a window or in a page can be handled by several WLanguage properties......
Looper control properties
You can manipulate Looper controls in a window or page using the following WLanguage properties......
2. Searching and iterating over records
WINDEV Tutorial: WINDEV application: Managing data Lesson 2 - Searching and iterating over records - 30 min
Migrating a WEBDEV site to PHP
To migrate a WEBDEV site to PHP......
Note (Property)
The Note property is used to: Find out the notes associated with a control, a window, a page or a report. Modify the notes associated with a control, a window a page or a report....
Image (Property)
The Image property gets and sets the background image of a control or block.
Configuring the IIS 7/7.5 server
Automated tests of procedures and classes
The automated tests of procedure or class are used to test the different features proposed by the procedure or by the class......
4. Conditional statements
WINDEV Tutorial - WLanguage basics Lesson 4 - Conditional statements - 20 min
2. Variables
WINDEV Tutorial: WLanguage basics Lesson 2 - Variables - 20 min
3. Dates, arrays and structures
WINDEV Tutorial: WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
Referring to an element in a WLanguage event / process
Properties associated with a group of controls
Several WLanguage properties can be used on a group of controls found in a window, in a page or in a report......
Code editor: Various operations
The code editor is the editor where the developers spend most of their time. This help page presents a series of useful options for the most common actions ......
Page templates
WEBDEV allows you to create page templates......
Switch control properties
Set of procedures
The global procedures are grouped in set of procedures......
Automatic documentation of external components
External components must include a technical documentation......
ZOrder (Property)
The ZOrder property defines the Z-order of an element.
Background tasks
Continuing to run a process when the application is in background is very useful on mobile......
InWindowsMobileMode (Function)
Indicates whether the code is run: from a Windows Mobile application. from a WINDEV application, from a WEBDEV site or from a PHP application. Function kept for backward compatibility....
REST web services: Importing an OpenAPI specification
REST web service APIs can be described using OpenAPl files......