ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
Flexbox example: ratios to distribute available space among controls
In a flexbox container, you can define ratios for the different controls so that they take up a given amount of space......
Configuring the Project Management Hub
The Project Management Hub allows you to configure......
Code editor: Various operations
The code editor is the editor where the developers spend most of their time. This help page presents a series of useful options for the most common actions ......
3. Deploying a dynamic WEBDEV website
The Token property is used to manage the different tokens associated with a "Text token" Edit control....
Installing the monitoring robot
The monitoring robot includes three executables......
Conditions for using the Ad control
The Ad control uses the AdMob SDK....
9. Monitoring websites, servers and more.
WLanguage procedure ("callback") called by DeepLinkProcedure when the user clicks a deep link with a target URL associated with the application....
The Web Component control
The Web Component control is used to include any external Web resource in a WEBDEV website......
Managing the HDFS system
HDFS (Hadoop Distributed File System) is one of the components of the Hadoop framework......
Creating an executable
When your application is fully described (windows, reports, queries, etc.)......
<Chrono>.Resume (Function)
Resumes a stopwatch previously stopped by <Chrono>.Fin or <Chrono>.Pause.
Dim disabled windows
Your application opens several windows at the same time and you don't know which one to use?......
StopWord (Property)
The StopWord property is used to define stopwords in a full-text index defined through programming.
Synonym (Property)
The Synonym property is used to define synonyms in a programmatically defined full-text index.
Stemming (Property)
The Stemming property is used to enable stemming and to define the language used for stemming in a full-text index defined through programming.
UPNPExecuteAction (Function)
Runs an action on the UPnP service.
SSH functions
The following functions are used to connect and communicate with a SSH server:...
Communicating with an SSH server
Secure Shell (SSH) is a secure communication protocol. The exchanged data is secured via encryption keys....
How to create and run an SQL query through programming?
This help page explains how to create and run an SQL query through programming....
Facebook functions
List of Facebook functions...
DocChangeZOrder (Function)
Changes the Z-order of an Image or Text Area element in a DocX document.
<Queue variable>.Dequeue (Function)
Dequeues an element from a queue.
<Stack variable>.Pop (Function)
Pops an element from a stack.