ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

iPageNum (Function)
Returns or initializes the number of the page currently printed.
iSkipPage (Function)
Forces a page skip: the corresponding code is sent to the printer spooler.
iPageHeightLeft (Function)
Calculates the available height (in millimeters) left on the current page while taking into account the defined margins (top or bottom).
iPageEnd (Function)
Forces the move to the next page during the report print.
iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
iPageHeight (Function)
Calculates the height of printable page (in millimeters) while taking the top or bottom margins into account.
iColumnEnd (Function)
Forces a column break in a multi-column report.
Reports & Queries software: WLanguage functions not supported
Some WLanguage functions are not available in Reports & Queries......
Scrollbar control properties
List of properties associated with the Scrollbar control...
MarkdownToDOCX (Function)
Converts a Markdown string to a DOCX file.
Remote WEBDEV administrator: Server parameters
The server administrator can define the server parameters via the remote administration tool......
Events associated with TreeView Table controls
List of events associated with the TreeView Table controls...
Electronic invoicing: Factur-X in WLanguage
In WINDEV or WINDEV Mobile applications, Button controls can have multiple states......
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
Definition (Type of variable)
The Definition type is used to find out the characteristics of a type: simple type, advanced type, class, structure....
Using .NET assemblies in a project
To use .NET assemblies in a project......
Google Drive, OneDrive and Dropbox prerequisites
Utilisation dans la classe MasqueDeSaisie_Rebond - Accès en Lecture + Ecriture - Type : Procédure (IAppelMéthode)...
Cookie (Type of variable)
The Cookie type is used to handle the cookies transmitted in the HTTP requests.
Events associated with List Box controls
List of events associated with List Box controls...
1. Creating a WINDEV project and its analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 1 - Creating a WINDEV project and its analysis - 5 min
SilverLight control properties
List of properties associated with the SilverLight control...
Use WebSockets with the WebSocket server
The WebSocket protocol provides a communication channel over a TCP socket for browsers and Web servers......
WEBDEV administrator: Setups
The "Setups" tab allows you to configure the different administration features of the WEBDEV server......
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove italic formatting from the text....
1. My first Android/iOS project
WINDEV Mobile Tutorial: My first Android/iOS application Lesson 1 - My first Android/iOS project - 1 hr...
Handling controls in a report
The different operations available for the report controls are as follows......
HashFile (Example)
Usage example of the HashFile function
ParallelTaskExecuteAfterAll (Example)
Usage example of the ParallelTaskExecuteAfterAll function