ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Customizing the WINDEV User Groupware
The User Groupware in automatic mode offers many possibilities......
Manipulating Tab controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to manipulate a Tab control through programming......
BCCalculateControlCharacter (Function)
Returns the check code of a bar code.
Adding an element to the SCM repository
When an element is added to the SCM (Source Code Manager) repository, it is added to the reference project on the SCM server......
Error 101: Declaration of global variable not allowed
Error 1008: The member of the class is protected
CodeEditorSave (Function)
Saves the contents of a Code Editor control to a file.
<Code Editor>.DuplicateLine (Function)
Duplicates the current line in the Code Editor control.
CodeEditorDuplicateLine (Function)
Duplicates the current line in the Code Editor control.
<Code Editor>.Save (Function)
Saves the contents of a Code Editor control to a file.
The Table control
The Table control is used to simplify the display and the input of information stored in memory or coming from a data file, a view or a query......
CriticalSection (Type of variable)
CriticalSection variables are used 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.
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages......
Execute (External language)
Runs the code of a control or the code of a procedure in WLanguage.
Code snippets
The code editor allows you to enter "Code snippets"......
The "Code snippets" pane
The "Code snippets" pane lists the code snippets currently available......
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
Error 1009: The member of the class is private
1
3
4
5
6
7
558
>