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.
SpreadsheetSave (Function)
Saves the content of a Spreadsheet control in a file in XLSX format.
PanelSaveConfiguration (Function)
Saves the current configuration of the Dockable Panel controls of a window.
<Icon variable>.SaveICO (Function)
Saves an image in icon format either in a file, or in memory.
<Chart>.SaveBMP (Function)
Saves a chart that was previously drawn in a file in BMP format.
dSaveImageICO (Function)
Saves an image in icon format either in a file, or in memory.
<Chart>.SaveEMF (Function)
Saves a chart that was drawn beforehand in a file in EMF format.
OLESave (Function)
Saves the object found in an OLE control in binary format.
grSaveEMF (Function)
Saves a chart that was drawn beforehand in a file in EMF format.
ImageInfoSave (Function)
Saves the modifications performed on the Exif tags of an image by ImageInfoModify.
PicSave (Function)
Saves the image found: in an Image Editor control. in a WDPic variable....
The user version of query editor : Specific features
This help page presents the specific features of the user version of query editor......
The pages
Pages are the main interface of a WEBDEV site......
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
Setup in MSI format
You have the ability to create a setup program in MSI standard......
Manipulating Combo Box controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
Handling TimeLine controls programmatically
A TimeLine control can be......
Using the advanced types
The advanced types (XLS variables, ggl variables, ......
<Image variable>.SaveBMP (Function)
Saves an image contained in an Image variable: in a file in BMP format. in memory....
Programming a WEBDEV drop-down menu
Once the drop-down menu of your site is created, all you have to do is associate an action with each menu option......
The Shape control
The Shape control allows you to create geometric shapes in your windows and reports......
Managing HFSQL Client/Server applications
The HFSQL Control Center is used to manage the HFSQL Client/Server servers and the HFSQL Client/Server databases......
11. Popup page
Binding a Radio Button control to an item
A Radio Button control can be bound to an item in a data file, query, etc....
spIterationCount (Property)
The spIterationCount property is used to: Get the iteration count of the hash algorithm used for an item of type "Password". This property can be used for items of type "Password" defined in the data model editor or programmatically. Sets the iteration count of the hash algorithm used for an item of type "Password" (only for "Password" items described programmatically)....
rssSave (Function)
Builds the RSS stream and saves the RSS stream in an XML file.