ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Replication options (ReplicEdit)
Creating a replication with ReplicEdit allows you to specify several parameters......
AAF: Context menu of Image controls
A context menu is available for Image controls......
Creating and testing a query with parameters
Regardless of the query type (Select, Insert, Delete, Update) and regardless of its creation mode (with the wizard or by SQL directly), you have the ability to use parameters. The name of the parameter is specified when creating the query....
Mobile-friendly website: available methods
WEBDEV includes several page creation methods that allow you to create mobile-friendly websites......
Managing the SNMP protocol
SNMP (Simple Network Management Protocol) is the standard protocol for managing the network devices......
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV website. Some additional operations must be performed......
Remote WEBDEV administrator: Parameters of a WEBDEV site in Session mode or of a Web service
To view the configuration of a specific web service or WEBDEV website in Session mode from the remote administrator:...
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
URL Rewriting
URL Rewriting is a technique used to improve SEO......
Controls that can be moved in a page
WEBDEV proposes two modes for moving controls in a page......
Segmented Button control
The Segmented Button control can be understood as a set of ON/OFF buttons grouped together in a single control......
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.