ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ChronoReset (Function)
Stops and resets a running stopwatch.
HReadSeek (Example)
Usage example of the HReadSeek function
ListMoveLine (Function)
Moves a row or swaps two rows in a List Box or Combo Box control.
Programming charts
WINDEV, WEBDEV and WINDEV Mobile include a Chart control (that can be used in the window editor, page editor and report editor) as well as several functions used to create and handle charts......
MemoryCurrency (Property)
The MemoryCurrency property is used to get and change the currency used when manipulating a "Currency + Euro" control programmatically.
3. Multi-criteria search
WINDEV Tutorial: WINDEV application: Managing data Lesson 3 - Multi-criteria search - 40 min
Creating requirements
The following steps must be performed to implement the requirements......
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
Handling a Linear Looper control through programming
WEBDEV allows you to handle a Linear Looper control through programming....
HTTPCookieWrite (Function)
Adds or modifies a cookie in an HTTP request.
iPrintReport (External language)
Prints a report created with the report editor.
MemSort_55 (Function)
MemSort_55 is kept for backward compatibility.
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
LooperInsertLine (Function)
Inserts a row into a Looper control.
grScatterAddDataXY (Function)
Adds a data into a "Scatter" chart.
HListLink (Function)
Returns the list of links (Merise) in the current analysis or in a specific analysis
Manager of automated tests
The test manager is used to......
Multilingual messages: Convert to new format (version 27 and later)
WINDEV, WEBDEV and WINDEV Mobile have included multilingual project support in many previous versions......
Managing the Unicode format in the HFSQL files
The analysis proposes two types of Unicode items......
Time (Type of variable)
The Time type is used to easily handle the times...
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
Handling a dynamic programmatically
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
Two methods for passing parameters to a query
Two methods can be used to pass parameters to a query with parameters used in a window or in a control (List Box, Combo Box or Table control for example)......
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).