ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Point (Type of variable)
A Point variable is a structured type that is used to represent a position (X, Y) in 2 dimensions.
docTableOfContents (Type of variable)
The docTableOfContents type is used to define all the options to generate a table of contents in a Word Processing document.
TreeCollapseAll (Function)
Collapses a branch previously expanded (as well as its child elements).
Row (Property)
The Row property is used to manipulate one or more rows.
hRSConfig (Type of variable)
The hRSConfig type is used to define the advanced characteristics of a replication between 2 HFSQL servers.
WLanguage procedure called by WebSocketClientConnect
WLanguage procedure ("callback") called by WebSocketClientConnect when the connection to the server is established.
WLanguage procedure called by WebSocketClientConnectSSL
WLanguage procedure ("callback") called by WebSocketClientConnectSSL when the connection to the server is established.
Adding files into a replication (ReplicEdit)
When the replication is described, the data files must be added into the replication......
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
RegexReplace (Function)
Replaces all the parts of a string that follow a specific format.
HConnect (Function)
Redefines one or more connection parameters via Native Connector (Access, SQL Server, MySQL or Oracle) or via an OLE DB access on a specific table or set of tables.
How to create and run an SQL query through programming?
This help page explains how to create and run an SQL query through programming....
JSONXMLConverter (Type of variable)
The JSONXMLConverter type is used to define all the advanced characteristics of the conversion of an XML object to JSON (or conversely) via XMLToJSON and JSONToXML).
Table,Insert (External language)
Inserts an element into a table at a given position.
FirstName (Property)
The FirstName property can be used on: a SaasUser variable. ......
mongoOperationUpdateOne (Type of variable)
The mongoOperationUpdateOne type is used to define all the advanced characteristics of a document update operation that will be added to a bulk operations list. The first document that matches the selection filter will be updated.
mongoOperationUpdateAll (Type of variable)
The mongoOperationUpdateAll type is used to define all the advanced characteristics of a document update operation that will be added to a bulk operations list. All the documents that match the selection filter will be updated.
xlsLayout (Type of variable)
The xlsLayout type is used to define all the layout characteristics of a sheet of an XLSX document in a Spreadsheet control.
ProgressBar (Property)
WLanguage proposes...
AppInstallVersion (Function)
Installs a specific application version.
IntegerToTime (Function)
Converts an integer into a time in HHMMSSCC format.
ContentType (Property)
The ContentType property gets and sets the type of a message.
UUID (Property)
The UUID property is used to get the identifier of an element.
UpdateDate (Property)
The UpdateDate property is used to get the update date of an element.
Server (Property)
The Server property is used to manage servers.