ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

PythonExecute (Function)
Executes a function present in a Python module.
J2EE constants
List of constants used by the J2EE functions....
Image editor
WINDEV, WEBDEV and WINDEV Mobile include an image editor......
PythonTerminate (Function)
Unloads the Python DLL and frees memory.
<Connection variable>.CancelBackup (Function)
Cancels a current backup.
Native Sybase Connector: Running the same stored procedure several times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters......
Query: Displaying the records corresponding to a given period
When a "Date" item is found in the query, you have the ability to only select the records corresponding to a given period......
HListServer (Function)
Lists the HFSQL servers installed on a computer.
Tips for developing a site for an iPhone or for a BlackBerry
WEBDEV allows you to develop sites for all types of devices......
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....
CursorEnd (Property)
The CursorEnd property gets and sets the end position of the mouse selection range in the following controls: Edit control. Editable Combo Box. "Edit control" table column and "Editable Combo Box" table column. Word Processing control....
JSON
JSON (JavaScript Object Notation) if a light format for exchanging data......
HConnectionQuality (Function)
Returns the quality level of connection: the higher the level is, the faster the connection will be.
HCancelBackup (Function)
Cancels a current backup.
Storing files in Android
The file system on the devices running Android is divided into two main storage areas......
Dynamic serving
"Dynamic serving" is a technique where the same address (URL) leads to 2 different pages......
<Connection variable>.ModifyScheduledBackup (Function)
Modifies a backup scheduling.
Reading an email
This help page explains how to read an email from a WINDEV application and how to display its content in a WINDEV application....
Deploying in the cloud for PC SOFT applications
PC SOFT allows you to host your sites in the CLOUD for PC SOFT applications......
ERR_BAD_URL
Multi-project search
Performing a search in the current project is a common operation......
<Connection variable>.DeleteBackup (Function)
Deletes a backup previously created with HBackup.
Options of the window editor
To configure the general options of the window editor......
DotNetError (Function)
Returns the error for the last .Net procedure that failed.
Anchored move on the main axes
To facilitate the positioning of controls, you have the ability to force their move according to the four main axes (0°, 45°, 90°, 135°)....