ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

VariableReset (Function)
Resets the variable to its initial value.
22 tips for optimizing the speed of a site
When a site is on-lined, one of the main expectations of Web users is speed......
Telemetry: Viewing data
To see the results of telemetry data for your applications, WINDEV and WINDEV Mobile propose a telemetry editor......
Print constants
List of constants used by the print functions....
5. Loops
WINDEV Tutorial - WLanguage basics Lesson 5 - Loops - 15 min
AAFs available for numeric edit controls
The numeric edit controls propose several AAFs (Automatic Application Features): a context menu proposing the "Calculator" option. the ability to modify the control value with the mouse wheel....
Check spelling based on Hunspell dictionaries
WINDEV gives you the ability to use the spelling checker of the Word Processing controls in WINDEV applications......
InitialValue (Property)
The InitialValue property is used to get the initial value of a control in a window or page.
PageParameter (Function)
Returns the value of a parameter passed to the current page.
Optional events: Retrieved information
In WINDEV, you can add optional events in the code of the different elements of an application......
Required or invalid input in WINDEV
WINDEV and WINDEV Mobile include several options to manage required or invalid input, both via the window editor and through programming......
UI compilation errors
UI compilation errors indicate the possible problems detected in your interfaces whenever a window, a page or a report is saved or whenever the project is recompiled......
PVTListPositionHeader (Function)
Returns all values associated with a row or column header in a Pivot Table control.
Handling controls in a window
The different operations that can be performed on the window controls are as follows......
docParagraph (Type of variable)
The docParagraph type is used to handle the characteristics of a paragraph in a DOCX document.
Tilt (Property)
The Tilt property gets or sets the tilt of the map displayed in a Map control.
Creating a table in a report
Tables can be created in a report......
HTMLToText (Function)
Converts an HTML string or buffer to text.
HTMLToRTF (Function)
Converts an HTML string or an HTML buffer to an RTF string.
Creating nested reports
Control constants
List of constants used by the functions for managing controls...
Display modes of Tab control
To optimize the style of your tabs, you have the ability to use images and colors......
WDInst : languages supported by the setup
If your applications must be installed in several countries, the setup editor WDInst gives you the ability to generate a multilingual setup......
TableSort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
Managing HBase databases
HBase is a non-relational (NoSQL) distributed database, based on columns and using non-structured storage for large tables......