ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Certificate (Type of variable)
The Certificate type is used to handle: the certificates used to sign the strings or the files. the certificates used to sign the emails....
Line (Property)
The Line property is used to define the line style used.
Exist (Property)
The Exist property is used to determine if an element exists.
DictionaryLoad (Function)
Indicates and loads the dictionary corresponding to a given language.
DownloadInfo (Type of variable)
The DownloadInfo type is used to read the different details about a download in progress retrieved by DownloadGetInfo.
WDSQL: Running an SQL query
WDSQL is used to run all the SQL queries created by WDSQL......
GglFillCalendar (Function)
Fills a calendar that was retrieved beforehand: the events corresponding to the calendar are retrieved (some criteria may be specified).
Orientation (Property)
The Orientation property gets and sets the angle of an element.
docSection (Type of variable)
The docSection type is used to define the advanced characteristics of a section found in a document or paragraph.
Objective C: Calling a WLanguage procedure
A global procedure in WLanguage can be directly called from the code of a global procedure in Objective C......
Continent (Type of variable)
The Continent type is used to find out the characteristics of a continent.
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).
DateModified (Property)
The DateModified property is used to get the modification date of an element.
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.
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.
hRSConfig (Type of variable)
The hRSConfig type is used to define the advanced characteristics of a replication between 2 HFSQL servers.
Report viewer: "Preview" tab
The report viewer allows end users to view reports before printing them......
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....