ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling Scheduler controls programmatically
A Scheduler control can be......
Report templates and inheritance
When a report template is applied to a report, all the controls and code found in the template are "copied" into the report......
Customizing the WINDEV User Groupware
The User Groupware in automatic mode offers many possibilities......
Minimap
The minimap is an option that allows you to quickly navigate the code editor......
Events associated with a Sliding Banner control
WEBDEV manages the following events by default (order of appearance in the code editor)...
8. "Mobile friendly" site: Dynamic serving
10. UMC: User Macro-Code
CriticalSection
The CriticalSection keyword can correspond to: the CriticalSection function, which makes it possible to enable a named or on-variable critical section in the statement USING ... IN. the CriticalSection variable, which makes it possible to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application....
Handling Kanban controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Kanban controls......
Copy between the editors
WINDEV, WEBDEV and WINDEV Mobile allow you to perform copies (or Drag and Drop) of controls between the products and their editors....
Error 19: The step of this FOR loop must be constant
Handling a Repositionable Note control through programming
A Repositionable Note control can be handled through programming......
Handling an HTML control through programming
WINDEV and WEBDEV allow you to handle an HTML control through programming......
Inserting an image or video into a help page
It can be useful to use images or videos in help pages to explain the actions to be done, indicate which buttons must be used, etc....
Error 107: Redefinition of the parameter
Skin elements
The skin elements are used to quickly change the visual aspect of a project without having to retouch every page and every page template......
Code editor: Display options
The code editor proposes several display options......
Handling a WinForm .Net control through programming
7. Sending an email
WINDEV Tutorial: WINDEV application: Managing data Lesson 7 - Sending an email - 20 min
Handling a Rich Text Area control through programming
To handle a Rich Text Area control programmatically, use the variable of the Rich Text Area control directly in the code......
Error 1: Syntax error
1. RAD (Rapid Application Development)
New Features brochure - Version 27: new features of WINDEV Mobile
New features in WINDEV Mobile 27 presented in the New Features brochure....
Programming a status bar
WINDEV allows you to handle a status bar and a cell found in a status bar through programming......
17. WLanguage: a simple and powerful language