ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

History of versions (network setup)
The setup wizard allows you to configure the history of versions during a network setup....
grPiePullOut (Function)
Pulls out a section (or all sections) in a chart.
Thumbnail (Property)
The Thumbnail property is used to: get the value of an item thumbnail. This item was defined in the data model editor or through programming. get and change the image associated with a Thumbnail control....
MemoryToFile (Function)
Automatically initializes the memory value of the items for the current file record with the values of the members of a class or structure.
HSL (Function)
Creates a color from its hue, saturation and lightness.
XMLAddAttribute (Function)
Adds an attribute into an XML document.
XMLAddChild (Function)
Adds a child tag into an XML document.
XML functions
List of XML functions...
ArrayCopy (Function)
Copies the content of an array to another array.
Options of the window editor
To configure the general options of the window editor......
<Connection variable>.Backup (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.
Duration (Type of variable)
The Duration type enables you to easily handle the intervals of dates and times...
HAddUser (Function)
Adds a user to a database.
Custom context menu
Custom context menus are created in the window editor and can be handled programmatically......
Installing an application server
There are several steps to install the WEBDEV Application Server on a Linux server......
Handling Ribbon controls programmatically
WINDEV allows you to programmatically handle Ribbon controls, as well as their tabs and groups....
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)...
Voice commands in your applications
The applications that you develop can react to the user's voice......
2. Static or dynamic site
HRead (Function)
Reads a record in a file according to a given record number.
Replication: The different types
The data replication is a powerful feature......
MapImage (Type of variable)
The MapImage type is used to define the characteristics of an image to be drawn on the map displayed in a Map control.
Numeric (Type of variable)
The numeric type is used to contain integer or decimal numbers by specifying if necessary: the number of digits in the integer part. the number of digits in the integer part and in the decimal part....
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
FOR ALL/FOR EACH statement (browse of strings)
The FOR EACH statement is used to browse strings according to different methods...