ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Repositionable Note control
The Repositionable Note control allows you to include the famous yellow sticker in your applications......
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
24. Displaying and linking pages
Managing a Text token Edit control
...Interfaces that use token controls are common. A Token control contains variable amounts of information in a limited area....
5. Site test in practice
The "Funnel" charts
...The Funnel charts are often used to represent the steps in a sales process and to indicate the amount of potential revenues expected for each step....
Telephony: Managing the outgoing calls
To manage the outgoing calls in a WINDEV or WINDEV Mobile application......
MultimediaPlay (Function)
Plays a multimedia file in a Multimedia control.
HTTPResetForm (Function)
Clears an HTTP form that is currently edited.
MongoCreate (Function)
Creates a connection to a MongoDB server or cluster.
RedisConnect (Function)
Opens a connection to a Redis server (or cluster).
<Multimedia>.Play (Function)
Plays a multimedia file in a Multimedia control.
<redisConnection>.Connect (Function)
Opens a connection to a Redis server (or cluster).
HClusterParameter (Function)
Reads and modifies the parameters of an HFSQL cluster.
SQL: Managing joins (INNER JOIN, OUTER JOIN)
To select records coming from several data files, joins must be used in the SQL query......
IF statement
The conditional IF statement allows you to run an action according to a condition...
ControlToSource (Function)
Assigns the control value to the source of a control link.
ExtendedInfo (Property)
The ExtendedInfo property is used to get additional information: about a data file accessed by a Native Connector or HFSQL Client/Server. about an item accessed by a Native Connector or HFSQL Client/Server. about a connection. In this case, this property is equivalent to CtExtendedInfo....
Testing a static page
The test of a single page allows you to run the current page in WEBDEV......
Mashup
The concept of Mashup consists in aggregating data coming from different software, different services, different data sources, ......
SaaS administrator - Adding a client
Adding a SaaS client account is used to make a SaaS site available to the users......
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a Webservice.
Choosing the action associated with a WEBDEV button
Whatever the type of button, it is possible to associate an action with it......
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
Error 2: Incomplete line