ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
HOpenConnection (Function)
Opens a connection to a specific database.
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
HChangePassword (Function)
Changes the password of an HFSQL Classic or HFSQL Client/Server data file....
LooperToExcel (Function)
Creates an Excel file from the data found in a Looper control (browsing Looper control or memory Looper control).
HOut (Function)
Used to find out whether the record on which you want to be positioned is located outside the data file, filter, view or query.
Info (Function)
Displays a custom message in a system information window.
LabelHeight (Property)
The LabelHeight property is used to: Find out the height of labels in a Label report. Modify the height of labels in a Label report....
Control constants
List of constants used by the functions for managing controls...
LDAPFind (Function)
Performs a search in an LDAP server.
iPrintImage (Example)
Usage example of the iPrintImage function
LoadError (Function)
Loads the file containing the error messages in the desired language into memory.
Printing the content of a pivot table (AAF)
Pivot Table controls include an automatic context menu that allows users to perform different actions on the data displayed in the control......
DDEEvent (Function)
Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated WLanguage procedure is automatically run.
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....
WINDEV Mobile 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
<Array>.Reduce (Function)
Applies a computation to each element of an array.
<Array>.Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
<Array>.Map (Function)
Executes a procedure on each element of a source array and returns the results in a WLanguage array.
OAuth2Parameters (Type of variable)
The OAuth2Parameters type is used to define the information required to authenticate on a web service implementing the OAuth 2.0 standard.
PDF Reader control and PDF file management constants
PDF Reader control and PDF file management constants...
Native Sybase Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native Sybase Connector (also called Native Sybase Access)......
TrustedCertificateAdd (Function)
Adds a certificate to the list of trusted root authorities used to validate certification strings.
Socket: creating a standard socket server
WINDEV allows you to create a standard socket server......
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.