ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Environment of the window editor
The main elements of window editor are as follows:
Options of the window editor
To configure the general options of the window editor...
Zoom in the different editors
All editors of WINDEV, WEBDEV and WINDEV Mobile allow you to zoom in on the different elements displayed in the editor...
Copy between the editors
WINDEV, WEBDEV and WINDEV Mobile allow you to perform copies (or Drag and Drop) of controls between the products and their editors.
ConsoleError (Function)
Writes a character string in the standard error output stream "stderr".
<zipArchive variable>.AddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
Designation of current element (Reserved word)
The keywords used to identify the current element are:
HForward (Function)
Moves several records forward from the current position in the data file, according to a specified item.
ServiceWaitStatus (Function)
Waits for a service to be in a specific status.
ServiceStatus (Function)
Returns the current status of a service.
FTPSend (Example)
Usage example of the FTPSend function
fDecrypt (Example)
Usage example of the fDecrypt function
ConsoleWrite (Function)
Writes a character string in the standard output stream "stdout" (also called "console").
Extra (Property)
The Extra property manges additional information.
The Calculated control
The "Calculated" control is used to perform calculations in a report......
TabCloseAll (Function)
Closes all dynamic tabs of a Tab control.
TableBreakIndex (Function)
Returns the index of the break header and footer for a given break in a Table control.
TableSearchChild (Function)
Searches for a value in a column of a TreeView Table control, in a specified branch.
Sensor constants
Constants used by the SensorXXX functions...
EmailAddress (Type of variable)
The EmailAddress type is used to handle an email address as well as its type (home, office, etc.).
Array management functions
List of functions for managing arrays...
MemSeek (Function)
Seeks an element in a memory area: on the value added by MemAdd or on the value modified by MemModify, on the return value....
StatVariance (Function)
Calculates the variance for a series of values.
DateTimeDifference (Function)
Calculates the difference between two dates and times.
TableInsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
Associative array (Type of variable)
An associative array is an "advanced" type of array...
Elements of a class: Enumerating and handling through programming
Several types of WLanguage variables are used to enumerate and dynamically handle the elements of a class......
zipCreate (Example)
Usage example of the zipCreate function
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....