ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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....
HToItem (Function)
Assigns the specified value to an item of the current record.
LoadError (Function)
Loads the file containing the error messages in the desired language into memory.
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.
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.
StatSum (Function)
Calculates the sum for a series of values.
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....
StatCovariance (Function)
Calculates the covariance between two series of values.
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.
fReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
Automation object
The Automation keyword is used to declare an automation object...
PositionToLine (Function)
Returns the number of the line that contains a character identified by its position in a block of text.
dbgEnableAssert (Function)
Enables or disables the assertive programming.
ArraySort (Function)
Sorts a WLanguage array.
Accessibilité (Property)
Description of ParallelTask (Type of variable)
The Description of ParallelTask type is used to define the characteristics of a parallel task.
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
StatAverageDeviation (Function)
Calculates the average deviation of values in relation to their arithmetic mean.
Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min