ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

4. Simple printing
WINDEV Tutorial: Managing data in a WINDEV application Lesson 4 - Simple printing - 20 min
Native DB2 Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native DB2 Connector......
Remote WEBDEV administrator: Configuration to use the statistics
A specific account dedicated to the management of statistics is required to access the statistical module. This account can be created via the remote administrator....
HTransactionList (Function)
Returns the list of current or interrupted transactions on the server for the specified connection.
iListNestedReports (Function)
Returns: the list of nested reports currently printed (reports run by iPrintReport in one of the processes of the report currently printed). the list of sequenced reports currently printed (iSequenceAdd)....
Link control associated with an item containing an email address
In a database, the email address of customers, suppliers, ......
RepeatableReadSupported (Property)
The RepeatableReadSupported property is used to: Determine if the data file (defined in the data model editor or programmatically) can be used in HFSQL Client/Server in a transaction that includes a "Repeatable Read" isolation mode. Allow the use of a transaction that includes a "Repeatable Read" isolation mode for a data file (files described programmatically only)....
Monochrome (Property)
The Monochrome property is used to: determine if the pixels of an image contained in an Image control are automatically replaced with a color specified in the style options ("Style" tab of the control description, "Force monochrome mode"). enable or disable monochrome mode in an Image control. Note: This property is only available from version 2025 Update 1....
Socket constants
List of constants used by the functions for socket management....
Functions for managing tiles
The following functions are used to manage the tiles found in the Windows Store apps applications...
HTMLFindElementByName (Function)
Searches for elements whose "name" attribute matches a specific value in an HTML document (or in an HTML node).
HTMLFindElementByID (Function)
Searches for the element whose "ID" attribute matches a specific value in an HTML document (or in an HTML node).
Time and date management properties
List of properties for managing dates and times...
Euro functions
List of Euro functions...
Matrix management functions
List of functions for managing matrices...
Statistical functions
List of statistical functions...
EditMode (Property)
The EditMode property gets and sets the editing mode of the Diagram Editor control: selection or freehand drawing.
Properties associated with the chart series
List of properties associated with the chart series...
Programming the table cells
The Table controls can be handled......
7. Debugger
WINDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
Uploading files
Uploading consists in saving a file located on the user's computer to the Web server......