ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

BCCalculateControlCharacter (Function)
Returns the check code of a bar code.
BitwiseXOR (Function)
Returns the result of the bitwise exclusive OR operation performed between two values.
Carrying over the differences from an element to another one
The project comparator is used to compare two elements and to list the differences found......
HSetMemo (Function)
Used to modify the management mode of memo items.
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....
12. Pages in practice
DisplayMode (Property)
The DisplayMode property gets and changes: the display mode in a Word Processing control, the display mode in a PDF Reader control the display mode in an HTML Editor control, the display mode in a Kanban control...
WDLog: Restoring a data file from its log
WDLog is used to apply to a backup of a data file the different operations saved in the log of this file......
The "Code snippets" pane
The "Code snippets" pane lists the code snippets currently available......
Execute (External language)
Runs the code of a control or the code of a procedure in WLanguage.
HTMLInsertBefore (Function)
Adds a node before the specified node in an HTML document.
HTMLInsertAfter (Function)
Adds a node after the specified node in an HTML document.
Code snippets
The code editor allows you to enter "Code snippets"......
<htmlNode variable>.InsertAfter (Function)
Adds a node after the specified node in an HTML document.
<htmlNode variable>.InsertBefore (Function)
Adds a node before the specified node in an HTML document.
Setup of the WEBDEV Application Server for Linux
Utilisation dans la classe _edthymlStylePolice - Accès en Lecture + Ecriture - Type : Tous types
Error 1009: The member of the class is private
Managing actions with Undo/Redo
WINDEV allows you to easily manage the Undo/Redo feature in your applications with the ActionXXX functions......
Action functions
The following functions are used to manage actions:...
Handling Bar Code controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Bar Code controls......
WDTRAD
WDTRAD is a tool for entering the translation of messages associated with a WINDEV, WEBDEV or WINDEV Mobile application......
BCDecode (Function)
Decodes the information stored in a QR Code bar code.
HTMLWrap (Function)
Wraps the specified node in a given node of an HTML document.
HTMLRemoveChild (Function)
Removes a given node in the current node of an HTML document.
<htmlNode variable>.Wrap (Function)
Wraps the specified node in a given node of an HTML document.