ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Windows registry
Several WINDEV functions can be used to handle the Windows registry......
YesNoAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "Yes" and "No" and calls a WLanguage procedure with the user's response....
mlzDeleteAll (Function)
Deletes all dynamic rows from a Mutiline Zone control.
WDStatistics: Importing log files
To view the statistics about the site traffic with WDStatistics, the log files must be imported onto the current computer......
DocInfoXY (Function)
For a given position in a Word Processing control (coordinates of a control point), returns one of the following: the number of the corresponding page, the corresponding X-position (in mm), the corresponding Y-position (in mm)...
docElementLink (Type of variable)
The docElementLink type is used to get the advanced characteristics of a Link element in a docElement variable.
OKCancelAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "OK" and "Cancel" and calls a WLanguage procedure with the user's response....
8. Binding controls to data
A window can display information from......
Classes, members, methods and properties
A class is made of......
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
NoteSaveAll (Function)
Saves the repositionable notes of the current window in a file.
8. Associating controls with data
NoteLoadAll (Function)
Imports and displays the repositionable notes of the current window saved beforehand by NoteSaveAll.
DocPositionTopPage (Function)
Returns the position of the first character in a given page in a Text Processing control.
DocGoIntoEdit (Function)
Enters in edit in the Word Processing control in a specific document section: body, header or footer.
DocExitEdit (Function)
Exits from the current edit. The entry in edit was performed by DocGoIntoEdit.
SwipeEnabled (Property)
The SwipeEnabled property enables or disables the swipe gesture support: on an Internal Window control. on a row in a Looper control....
Importing/Exporting a dictionary
WDTRAD allows you to import and export a dictionary......
DocDelete (Function)
Deletes an element from a document. This element is deleted from its associated document.
Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications......
docNumbering (Type of variable)
The docNumbering type is used to define the advanced characteristics of a numbering used in a Word Processing document.
docProperty (Type of variable)
The docProperty type is used to define the properties of a Word Processing document.
docHeaderFooter (Type of variable)
The docHeaderFooter type is used to define the text of the different paragraphs found in a page header or footer.
docElementTextArea (Type of variable)
The docElementTextArea type is used to define the advanced characteristics of a text area found in a docElement variable.
Local storage management functions
The following functions are used to manage the local storage of data in browser code....