ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

12. Synchronizing data
Positioning marks in the code
The positioning marks are used to "tag" specific lines of code......
nWDGetLastError: Code of the last error
Error code of last error......
Link properties
When creating a link, you can simply specify the destination......
Specific features of the applications for iPhone/iPad
Site test: the different types of tests
WEBDEV includes multiple methods for testing your sites......
Error 1023: The access to the method of the class is restricted by a private inheritance
Control templates and inheritance
When a control template is applied to a page or to a window, all controls and code found in the template are "copied" into the page or window......
Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template are "copied" to the window......
Importing a WEBDEV project into WINDEV
...WINDEV proposes a feature for importing WEBDEV sites or WEBDEV pages....
InPHPMode (Function)
Indicates whether the code is run in PHP.
Generating and receiving a one-time code
In mobile applications, two-factor authentication is a common method used to verify a user's identity......
Window templates
WINDEV and WINDEV Mobile allow you to create window templates......
Managing the semaphores in the threads: limiting the simultaneous code execution
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
Developing applications in Universal Windows 10 App mode
WINDEV and WINDEV Mobile allow you to develop applications for Windows 10 tablets and for Windows Phone 10 and Windows 10 phones (Universal Windows 10 App applications)......
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......
Help about new features: Letting users know about changes
Applications are constantly evolving......