ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

StatSum (Function)
Calculates the sum for a series of values.
RichEdit (Property)
The RichEdit property is used to manage the RTF (Rich Text Format) type: of an edit control or Static control found in a window. of a Static control found in a report....
ArrayToCSV (Function)
Converts a one-dimensional array or a two-dimensional array into a character string in CSV format.
HTTPProgressBar (Function)
Displays a progress bar when: receiving the response to an HTTP request. sending an HTTP form (HTTPSendForm) or an HTTP query....
StatCovariance (Function)
Calculates the covariance between two series of values.
Calendar control properties
Several WLanguage properties can be used on the Calendar control found in a window or in a page......
HToItem (Function)
Assigns the specified value to an item of the current record.
TableDelete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
SessionHeartBeatEnable (Function)
Enables or disables the "heartbeat" of the current session.
LoadError (Function)
Loads the file containing the error messages in the desired language into memory.
2. Listing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 2 - Listing products - 50 min
CSVToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string in CSV format passed in parameter.
Dynamic Automation object
A dynamic automation object is an automation object allocated upon request, during the program execution...
StatMax (Function)
Calculates the maximum value for a series of values.
StatMin (Function)
Calculates the minimum value for a series of values.
StatAverage (Function)
Calculates the arithmetic, geometric or harmonic mean for a series of values.
ArrayAddSorted (Function)
Adds an element to a one-dimensional WLanguage array taking into account: the sort criteria defined by ArraySort the comparison operator described in the class, if the elements of the array are class instances....
MemoryFormat (Property)
The MemoryFormat property is used to get and change the format of the value returned for: Date or Time edit controls. Date or Time table columns. Calendar controls. Static controls. editable combo boxes. table columns displayed by combo boxes....
zipCurrentFile (Function)
Returns the name of the archived file currently handled by the functions for adding and extracting files.
DndTarget (Property)
The DndTarget property determines and changes how a control behaves in a drag-and-drop operation.
Automation object
The Automation keyword is used to declare an automation object...
fReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
PositionToLine (Function)
Returns the number of the line that contains a character identified by its position in a block of text.
Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min
dbgEnableAssert (Function)
Enables or disables the assertive programming.