ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

grOverlayChart (Function)
Used to display two different types of charts in the same chart.
FOR EACH/FOR ALL statement (browse of arrays)
The FOR EACH statement is used to perform different types of browse on the arrays...
NullAllowed (Property)
The NullAllowed property is used to manage the NULL value in the items of HFSQL data files.
OpenSSLCheck (Function)
Checks, via a public key, that the signature of data performed with the OpenSSL library is correct.
IWListDisplay (Function)
Refreshes the display of an "Internal window" control with automatic iteration on a data file or query.
DatePicker (Function)
Opens the system date picker.
<List Box>.Display (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file.
<Source>.Modify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
<Source>.First (Function)
Sets the position on the first record of a data file according to the specified browse item.
<Source>.RetrieveItem (Function)
Returns the content of an item found in the current record (in the data file, view, query, ...).
MaxAutoID (Property)
The MaxAutoID property is used to get the maximum automatic identifier of a replicated data file.
MinAutoID (Property)
The MinAutoID property is used to get the minimum automatic identifier of a replicated data file.
Memory (Property)
The Memory property determines if the specified control is populated programmatically or is based on a data file.
TableToWord (Function)
Creates a Word file (.RTF) from the data found in a Table or TreeView Table control.
ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file
<Table>.ToWord (Function)
Creates a Word file (.RTF) from the data found in a Table or TreeView Table control.
grColumnSpacing (Function)
Indicates the spacing between each data category in a column chart or in a Minimum/Maximum stock chart....
<Chart>.ColumnSpacing (Function)
Indicates the spacing between each data category in a column chart or in a Minimum/Maximum stock chart....
The Edit control
The Edit control allows users to enter data......
InvalidInputDetect (Function)
Detects and signals an error on required controls left empty and/or controls with invalid data....
Native DB2 Connector : Programming with SQL functions
The use of SQL functions to handle DB2 data does not require importing the file structure into the analysis......
CSVToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string in CSV format passed in parameter.
FOR EACH/FOR ALL statement (loop through a variable of type XMLReader)
The FOR EACH statement loops through a variable of type xmlReader in various ways: Loop through a level. Loop through a level with copy. In-depth loop....
HTML (Property)
The HTML property is used to: find out whether the current report is printed in HTML mode. manage the HTML type of a Static control found in a report....
Automatic completion
The automatic completion helps you write WLanguage code in your applications......