ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

1. Project audits
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 1 - Project audits - 15 min
2. Development
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
inAppConsumeProduct (Function)
Used to consume, in an application, a product that was previously purchased by the user.
<emailIMAPSession variable>.RemoveFolder (Function)
Deletes a folder on an IMAP server.
<mongoGridFS variable>.GetFileByID (Function)
Retrieves (on the local computer) a file identified by its identifier and found in a MongoDB file system.
Monitoring robot overview
WINDEV, WEBDEV and WINDEV Mobile include a monitoring robot......
EmailImportHTML (Function)
Imports, into the Email structure or into an Email variable, the content of an HTML file in order to send it by email.
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.
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....
Facebook functions
List of Facebook functions...
<Queue variable>.Dequeue (Function)
Dequeues an element from a queue.
<Stack variable>.Pop (Function)
Pops an element from a stack.
Kanban control functions
The following functions handle Kanban controls......
Scanner functions (prefix syntax)
The scanner functions are as follows:...
<Connection variable>.OperationInProgress (Function)
Returns the list of automatic operations in progress on an HFSQL server.
<AuthToken>.RefreshToken (Function)
Refreshes a user's OAuth2 token when it expires....
HAddScheduledOptimization (Function)
Adds an optimization task of HFSQL Client/Server data files....
EmailConfigure (Function)
Used to configure the WLanguage functions for email management.
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
Null (Property)
The Null property is used to: Assign NULL to the item for the current record. Find out whether the item is associated with the NULL value for the current record. Define the default value of an item when the item is described through programming....
How to access the help?
WINDEV, WEBDEV and WINDEV Mobile include several methods for accessing the help system at any time......
<Table>.AddLine (Function)
Adds a row in: a Table control, a TreeView Table control....