ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

5. Web services
WINDEV allows you to easily use web services (or XML web services)....
<Image variable>.InvertColor (Function)
Inverts the colors in an Image variable.
<Palette variable>.Generate (Function)
Generates a palette from a base color.
<picLayer variable>.Rotation (Function)
Rotates an image in a picLayer variable.
<Calendar>.SelectPlus (Function)
Selects a date in a Calendar control.
StoreTheConfiguration (Property)
The StoreTheConfiguration property is used to: Determine whether the configuration of the panes in a dynamic Tab control or Ribbon control is automatically saved and restored. Modify the configuration of the panes in a dynamic Tab control or Ribbon control so that it is automatically saved and restored (or not)...
PVTCalculateUpdate (Function)
Updates some of the data found in a Pivot Table control from a given date.
Customizing the Switch controls
The Switch control is a 2-state Check Box control (on/off, true/false, yes/no)......
The "Scatter" charts
A scatter chart (XY) represents the relationship between two numeric values in two series of data......
Calling a DLL written in Visual Basic
Visual Basic (like many other languages) allows you to create custom DLLs......
<Diagram variable>.ToSVG (Function)
Exports a diagram to an SVG image.
fWatchDirectory (Function)
Detects changes made to the contents of a directory.
zipEndAddingFile (Function)
Declares the end of the optimized addition of a series of files to an archive. This new function is available from WINDEV Suite SaaS 2025 - Update 3....
Converting an HFSQL Classic database into HFSQL Client/Server
There are two methods to convert HFSQL Classic databases to HFSQL Client/Server in WINDEV, WEBDEV and WINDEV Mobile......
Context menu of windows (AAF)
The popup menu of the windows (right mouse click on the window) contains the following options......
ControlCurrent (Function)
Returns the name of the control currently in edit.
ImageArea (Function)
Returns the number of the image area clicked by the Web user.
SpreadsheetModifyName (Function)
Modifies the name used to identify a cell in a Spreadsheet control.
LocalStorageValueName (Function)
Returns the name of a value for the local storage.
ODBCDatabaseName (Property)
The ODBCNomBase property allows you to: Find out the name of the database used when printing a report based on a "query performed on a connection". Specify the name of the database used when printing a report based on a "query performed on a connection"....