ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

BufferToPhrase (Function)
Converts a buffer to a mnemonic phrase using the BIP39 algorithm.
CalendarButton (Property)
The CalendarButton property is used to determine and specify whether a Date Edit control has a button to display a popup calendar.
Map control functions
Map control functions...
sComputeCrc16 (Function)
Checks a character string before and after transmission between WINDEV applications and WEBDEVsites.
4. Conditional statements
WINDEV Tutorial - WLanguage basics Lesson 4 - Conditional statements - 20 min
Combination (Type of variable)
A combination is a set of options.
iPrintReport (Function)
Prints a report created with the report editor.
Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
zipPassword (Function)
Defines the password used to add files into the specified archive and to extract files from the specified archive (RAR, ZIP and WDZ format).
Managing assertions
...The main available features are as follows:...
StatError (Function)
Returns the error number for the last error caused by a Statxxx function (statistical functions).
PhraseToBuffer (Function)
Returns the buffer encoded in a BIP39 mnemonic phrase.
BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element: window, page, control or report.
SysTheme (Function)
Returns the current theme of the device.
dbgStandardOutput (Function)
Writes an information into the standard output stream "stdout" (also called "console").
dVerticalSymmetry (Function)
Flips an image with respect to a vertical axis (symmetry with respect to a vertical axis).
dHorizontalSymmetry (Function)
Flips an image with respect to a horizontal axis (symmetry with respect to a horizontal axis).
Date (Property)
The Date property is used to: Retrieve the date from a DateTime variable. Modify the date in a DateTime variable. Retrieve the date from a Date item (in "Date and Time" format) . Modify the date in a Date item (in "Date and Time" format)...
HLinkMemo (Function)
Used to associate a file with a binary memo item or to cancel the existing link between a file and a binary item.
Stack (Variable type)
A Stack variable is a structured type that is used to group a set of elements of the same type.
Queue (Variable type)
A Queue variable is a structured type that groups a set of elements of the same type.
7. Debugger
WINDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
State (Property)
The State property is used to get and change the state of an element.
BrowsedItem (Property)
The BrowsedItem property is used to: Get the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Change the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Then, the iteration is reinitialized....