ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Events associated with a Popup control
WEBDEV manages the following events by default (order of appearance in the code editor):
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
Controls that can be moved in a page
WEBDEV proposes two modes for moving controls in a page......
Removing a project from the SCM (Source Code Manager)
CursorEnd (Property)
The CursorEnd property gets and sets the end position of the mouse selection range in the following controls: Edit control. Editable Combo Box. "Edit control" column and "Editable Combo Box" column in a Table control. Word Processing control. Code Editor control....
6. Layouts
...Layouts are used to define several views of a window in the same project without duplicating the window....
HCheckStructure (Function)
Defines the mode for comparing tables.
3. Website development life cycle
Exports the content of an HTML Editor control to an Email variable (to send the email)....
18. Order of execution of the code of buttons/links
InUMCMode (Function)
Indicates whether the code is run from a code written in a user macro-code.
WDAPI: Help about the APIs
WDAPI simplifies the use of Windows APIs in a WINDEV application......
Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different results......
Operations performed on deployment diagrams
The following paragraphs explain......
Handling external JavaScript objects from WLanguage
The WLanguage in "Browser" mode is used to interface with the Web APIs such as the ones proposed by Google or Yahoo......
Analyzing dependencies and orphan images
To help you manage the navigation of the Web users in your sites, an advanced feature for analyzing the dependencies and the orphan images is available in WEBDEV......
Printing the content of a table (AAF)
A Table control proposes an automatic popup menu allowing the user to perform several operations on the data displayed in the table......
11. User Macro-Code: UMC in practice
2025 new features brochure: WINDEV new features
What's new in WINDEV 2025 in the What's new 2025 brochure....
The Navigation Bar control
The Navigation Bar control is used to create a menu area that can easily adapt to the browser size......
Project Management Hub: Configuration
All contributors must provide details about their work schedule so that project management tools reflect reality......
Integrate two-factor authentication into your applications
Starting with version 26, WINDEV, WEBDEV and WINDEV Mobile allow you to implement two-factor authentication......
BitwiseOR (Function)
Returns the result of the bitwise OR operation performed between two values.