ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HBackup (Function)
Makes a backup copy of the content of an HFSQL server: all databases on the server, one or more databases, one or more data files.
ReplicSynchro: Use
.NET object
To access a class......
Handling a Check Box control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Check Box control through programming......
<Word Processing>.Position (Function)
Triggers the scroll of Word Processing control in order for the requested text to be entirely displayed.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
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....
Printing in WLanguage
WINDEV, WEBDEV and WINDEV Mobile propose several print methods......
fMemOpen (Function)
Opens a memory zone shared between several applications.
OpenSister (Example)
Usage example of the OpenSister function
Summary table: Installing an application developed in WINDEV
When developing an application, one of the important steps consists in deploying this application on the user computers......
Optimizing the query execution
The query editor allows you to optimize the execution speed of one or more queries......
VideoParameter (Function)
Returns or modifies the value of a parameter for the device camera. Function kept for "Version-26-compatible" Camera controls....
EditAddToken (Function)
Adds a token to a "Text token" Edit control.
grRBAddData (Function)
Adds data to a Radial Bar chart.
Properties associated with a window
List of properties associated with a window...
Creating a Java archive
When your Java application is developed, you can......
MatReadColumn (Function)
Reads the value of all the elements found in a matrix column.
MatReadLine (Function)
Reads the value of all elements found in a matrix row.
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
HListAnalysis (Example)
Usage example of the HListAnalysis function
Client application: Running procedures on a server of J2EE services
WINDEV includes several J2EE functions......
Image Editor control properties
You can manipulate Image Editor controls in a window using the following WLanguage properties......
HListItem (Example)
Usage example of the HListItem function
jQuery (Function)
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element.