ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Using Java code
You have the ability to enter Java code:
  • in Java applications generated with WINDEV.
  • in Android applications generated with WINDEV Mobile.
This allows you to create global procedures in Java.
<Connection variable>.SaveParameter (Function)
Saves a persistent value on the HFSQL server.
Enumeration and Combination items
WINDEV, WEBDEV and WINDEV Mobile propose the Enumeration and Combination types......
tapiRecord (Function)
Records the current communication as a".WAV" file.
PDFSave (Function)
Saves the content of a pdfDocument variable in a ".PDF" file.
<Scanner variable>.ToPDF (Function)
Saves a document from a scanner to a PDF file.
grSaveParameter (Function)
Saves the parameters of a chart in the format of a compressed string.
Handling a Check Box control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Check Box control through programming......
The charts
To include charts in your applications or in your sites, WINDEV, WEBDEV and WINDEV Mobile include......
Modifying an SVG image (XML functions)
SVG (Scalable Vector Graphics) is a vector image format......
How to create a menu?
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure....
The Linear Looper control
A Linear Looper control is used to display a set of controls in a horizontal scrolling list......
8. Associating controls with data
Conceptual Data Model (CDM)
In the MERISE methodology, the conceptual data model defines the objects and the actions that must be taken into account in the database......
Reorder the data displayed in your tables
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......
Component diagram
A component diagram shows the physical and static architecture of a system software......
Runtime log
The runtime log is the best way to identify the most used features of an application......
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
Multiple setup of same site on the same server
The same site can now be automatically installed on the same server without having to rename the project......
Natif Informix Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Informix (also called Native Access......
spDerivation (Property)
The spDerivation property is used to: Get the key derivation function used to hash an item of type "Password". This property can be used for items of type "Password" defined in the data model editor or programmatically. Set the key derivation function used for hashing (only for "Password" items defined programmatically)....
dSaveImageTIFF (Function)
Saves an image in TIFF format into a file or memory.
NoteSaveAll (Function)
Saves the repositionable notes of the current window in a file.
<Dashboard>.SaveConfiguration (Function)
Saves the configuration of a Dashboard control in string format.