ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WINDEV Mobile 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
docTableOfContents (Type of variable)
The docTableOfContents type is used to define all the options to generate a table of contents in a Word Processing document.
WinInput (Function)
Identifies the window containing the WLanguage code currently run.
HFilterContains (Function)
Defines and enables a "Contains" filter on a data file, view or query.
EmailSendMessage (Function)
Sends an email using a given protocol (SMTP, MS Exchange, Lotus Notes, Outlook).
SysStandby (Function)
Allows you to: enable and disable the standby mode (Android) display the system screen used to configure the standby mode (Universal Windows Apps)...
RadioButtonInsert (Function)
Inserts a new option into a Radio Button control.
H.SQLServerMode (Variable)
Allows you to specify the version of the Native SQL Server Connector that will be used.
AAF: Sort on the columns of a Table control
WINDEV allows the user to easily sort the columns of a Table control....
FTPAttribute (Example)
Usage example of the FTPAttribute function
sOpen (Function)
Opens and initializes: a serial port. a parallel port. an infrared port....
<Connection variable>.RegenerateFile (Function)
Regenerates a data file from its log.
HTML Editor control events
The following events appear by default in the WINDEV and WINDEV Mobile code editor...
13. External component in practice
External component in practice...
SocketCreateUDP (Function)
Creates a socket that uses the UDP protocol.
12. External component in practice
Events associated with List Box controls
List of events associated with List Box controls...
Cookie (Type of variable)
The Cookie type is used to handle the cookies transmitted in the HTTP requests.
emailOutlookSession (Type of variable)
The emailOutlookSession type is used to handle the Outlook messaging software (emails, contacts, groups of contacts, tasks, appointments and folders).
HTML (Property)
The HTML property is used to: find out whether the current report is printed in HTML mode. manage the HTML type of a Static control found in a report....
WEBDEV administrator: Setups
The "Setups" tab allows you to configure the different administration features of the WEBDEV server......
Constants for managing arrays
List of constants used by the functions for array management....
dLine (Example)
Usage example of the dLine function
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove italic formatting from the text....
MatFloatAdd (Function)
Adds a value to each matrix element.