ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Segmented Button control
The Segmented Button control can be understood as a set of ON/OFF buttons grouped together in a single control......
The Carousel control
The Carousel control is used to display an animated menu made of images......
I was using C with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
Setup via physical media
A setup by physical media allows you to give to the hosting company a media containing all the files required to install the site on a server......
Error 101: Declaration of global variable not allowed
Error 1008: The member of the class is protected
BCCalculateControlCharacter (Function)
Returns the check code of a bar code.
Description of an Organizer control (control of a page)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
Custom title bar with menus and controls
There is a new trend in UI design: application menus in the title bar!...
Sticky header (Code editor)
When working in a large code file (larger than the screen), it can sometimes be difficult to determine where you are in the code......
BitcoinCore features
The Bitcoin functions that make handle a Bitcoin Core server possible include ......
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.