ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Automatic error handling
Error handling can be customized for each process......
NbThumbnail (Property)
The NbThumbnail property is used to get the number of thumbnails generated for an item.
Referring to an element in a WLanguage event / process
Reverse (Function)
Returns the character that corresponds to the difference between the ASCII code of a specific character in a string and 255.
HTransactionCancel (Function)
If a transaction is in progress, rolls back all operations performed on tables in transactions since the start of the transaction.
InDeviceOwnerMode (Function)
Indicates whether the Android application is in "Device owner" mode.
StartShare (Function)
Opens a popup allowing you to select the application that will be used to share a resource (text or document).
dBackground (Example)
Usage example of the dBackground function
2. Projects in practice
Discover the main operations that can be performed on a project....
CheckUserIDentity (Function)
Allows you to check the real identity of the current user via biometrics check.
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
The "Bubble" charts
A bubble chart shows the correlation between three variables via bubbles of different sizes: categories and values on the X and Y axes and an additional parameter. The size of the bubble indicates the value of this third parameter.
Int (Variable type)
The Int type is used to easily perform calculations on integer values...
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
pdfDocument (Variable type)
The pdfDocument type is used to get all the characteristics of a PDF file, including author, date created, page content, etc.
HDeclare (Function)
Declares a description of data file (found in an analysis) in the current project.
2. Projects in practice
Collapses a branch previously expanded....
xmlDocument (Variable type)
The xmlDocument type is used to handle an XML file.
gglPhoneNumber (Type of variable)
The gglPhoneNumber type is used to describe and modify the phone number of a contact...
SCM: Adding a project to the repository
Some operations are required before an existing project can be used by the Source Code Manager......