ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HOpenConnection (Example)
Usage example of the HOpenConnection function
InitParameter (Function)
Initializes the management of persistent values.
TableToClipboard (Function)
Copies the content of a Table or TreeView Table control to the clipboard.
TreeSelect (Function)
Returns the full path of the selected element in a TreeView control.
WLanguage procedure called by zipAddFileList
WLanguage procedure ("Callback") used by zipAddFileList to manage the progress of files being added to the archive.
WLanguage procedure called by zipAddDirectory to handle the progress bar
WLanguage procedure ("Callback") used by zipAddDirectory to manage the progress of files being added to the archive.
WLanguage procedure called by zipExtractDirectory to manage progress bars
WLanguage procedure ("Callback") used by zipExtractDirectory to manage the progress of files being extracted from the archive.
xmlAttribute (Type of variable)
The xmlAttribute type is used to handle the attributes of a node in an XML document.
Association in a CDM
In a CDM (Conceptual Data Model), the associations are used to link the entities between themselves......
HChangeLocation (Function)
Modifies the search mode of physical data files (.FIC, .NDX, ...).
HCloseConnection (Example)
Usage example of the HCloseConenction function
AuthToken (Type of variable)
The AuthToken type contains the characteristics of a token to access a web service.
Sum (Function)
Calculates the sum of the array elements.
NbPrintedRec (Property)
The NbPrintedRec property is used to determine the number of records already printed.
XMLModify (Function)
Modifies the content of the current element found in the XML document.
Source (Property)
The Source property can be used on: a Chart control: in this case, the Source property is used to get the source of the series: Table column, list of values, ... a connection: in this case, the Source property is used to get or set the source of a connection (HFSQL Client/Server, OLE DB, etc.)....
Customizing the guide
The guide is a powerful search engine included in WINDEV, allowing you to find all referenced documents about a subject......
Financial constants
List of constants used by the financial functions....
Null (keyword)
The "Null" keyword can correspond to:
ArraySort (Function)
Sorts a WLanguage array.
Table,Search (External language)
Searches for a value in a Table control populated programmatically.
TrustedCertificateAdd (Function)
Adds a certificate to the list of trusted root authorities used to validate certification strings.
Entity of a CDM
To group information according the MERISE method, entities must be created......
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").