ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Constants for managing the registry
List of constants used by the registry management functions....
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
Brochure of new features: new features of WINDEV Mobile
New features in WINDEV Mobile 28 presented in the New Features brochure....
New Features brochure - Version 28: WINDEV Mobile news
New features in WINDEV Mobile 28 presented in the New Features brochure....
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
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....
CriticalSectionEnd (Function)
Marks the end of critical section: the code will be run by another thread.
InvalidInputDetect (Function)
Detects and signals an error on required controls left empty and/or controls with invalid data....
SEO of a WEBDEV site
In order for your site to get visitors, the Web users must be able to find it......
Objective C: Calling a WLanguage procedure
A global procedure in WLanguage can be directly called from the code of a global procedure in Objective C......
Round (Function)
Returns the rounded value of a numeric value according to the specified number of decimal places.
Execute (Function)
Starts the execution of a process through programming.
Creating an RSS stream
WINDEV, WEBDEV and WINDEV Mobile allow you to produce and/or consume an RSS feed (Rapid Simple Syndication)......
ChangeSourcePage (Function)
Dynamically changes the page displayed in an Internal Page control
1. Discover WINDEV
WINDEV Tutorial: WINDEV overview Lesson 1 - Discover WINDEV - 5 min
DotNetRun (Function)
Runs a procedure on a .Net server.
Bar Code control properties
Bar Code controls can be manipulated using different WLanguage properties......
The Organization Chart control
The Organization Chart control is used to represent elements in a hierarchical way. For example: the contributors of a company according to their position. the different branches of a group with their inter-dependencies. the different steps of a manufacturing process, ......
Chart control: "Series" tab
The "Series" tab is used to define the different series used in the Chart control as well as the source of category labels......
Creating the RAD Pattern project
The steps for creating a RAD pattern are as follows:...
ExecuteAncestor (Function)
When the code is overridden, used to run the process of the template corresponding to the process of the current control.
Drawer control properties
List of properties associated with the Drawer control...
Debugging in Android
All developers appreciate the possibility to debug an application directly on the device......
HSeek (Function)
Positions on the first record of the data file whose value for a specific item is greater than or equal to a sought value (generic search by default).