ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

BCDecode (Function)
Decodes the information stored in a QR Code bar code.
Manipulating the Chart controls at runtime (AAF)
The Chart controls allow the end user to perform several operations......
SCM: Creating a branch
Branches allows you to create a copy of the current project, so that you can make changes, additions, etc., to two versions of the same project....
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.
Creating a Responsive Web Design page
Websites can be viewed on several platforms......
Android 10: Modifying the behavior of applications
Starting with Android 10, Google no longer allows an application running in the background to open a window
Docker image of the HFSQL server
A Docker container with the HFSQL server is available on Docker Hub......
Replication server for the assisted universal replication
The assisted universal replication can use a replication server......
String (Variable type)
The String type is used to manipulate strings......
DescribedName (Property)
The DescribedName property is used to handle the logical name of HFSQL data files (ignoring possible changes made by HAlias).
TitleImage (Property)
The TitleImage property is used to get and/or change the image displayed next to the title of a column in a Table control....
CaptionWidth (Property)
The CaptionWidth property is used to get and change the width reserved for the text area in an Edit or Combo Box control.
Handling Gantt Chart controls programmatically