ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating nested reports
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.
InitialValue (Property)
The InitialValue property is used to get the initial value of a control in a window or page.
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......
Manipulating Diagram Editor controls programmatically
In WINDEV and WEBDEV, you can handle Diagram Editor controls programmatically......
Creating, generating and deploying a web service
WINDEV and WEBDEV allow you to directly generate web services that use the SOAP technology......
Printing in PDF format: Special cases
Specific features of print in PDF format...
Native SQL Server Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQL Server Connector......
Report based on a Looper control
A report based on a Looper control is used to directly print the information displayed in the control......
Report based on a Table control
A report based on a Table control is used to directly print the information displayed in the Table control (based on a data file or populated programmatically)......
7. Sending an email
WINDEV Tutorial: WINDEV application: Managing data Lesson 7 - Sending an email - 20 min