ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Preset control properties
List of properties associated with the Preset control
"Preset controls" pane
The "Preset controls" pane proposes several preset controls that can be included in the current window or in the current page by "Drag and Drop"...
My Preset controls
It is not uncommon for developers to recreate the same controls, with the same style and (almost) the same code in the same project, without using a template or an Internal Window control...
grMenuOption (Function)
Modifies the text of an option in the context menu of a chart.
Connected devices: Android Wear
Android Wear is the version of the Android operating system dedicated to the connected objects......
SOAPEncodeResult (Function)
Used to configure the format of the value returned by the WINDEV SOAP server to the SOAP client program.
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....
7. Debugger
WINDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
Report based on an HFSQL view
A report based on an HFSQL view is used to print records from an HFSQL Classic or Client/Server view......
WINDEV 2025: New WLanguage features
In version 2025, new functions, properties and data types have been introduced and some have been improved, ......
PageParameter (Function)
Returns the value of a parameter passed to the current page.
FinDecreasingRedemption (Example)
Usage example of the FinDecreasingRedemption function
EmailAddress (Type of variable)
The EmailAddress type is used to handle an email address as well as its type (home, office, etc.).
Array management functions
List of functions for managing arrays...
Event (Variable type)
The Event type allows you to define all the advanced features of an event (birthday, anniversary, etc.)
HOpenConnection (Function)
Opens a connection to a specific database.
WEBDEV: Improving accessibility
To make your WEBDEV websites accessible to visually impaired users, simply add specific attributes to controls......
PDFToText (Function)
Extracts text from a PDF file.
Open document tabs
The document tabs allow you to navigate between the different elements opened in the different editors....
StartDate (Property)
The StartDate property gets and sets the start date of a time period.
WinInitialized (Function)
Used to find out whether the "end of initialization" code was run for a window.
EndDate (Property)
The EndDate property gets and sets the end date of a time period.
Project description: Options tab
The project description window allows you to configure various elements of your project......
InAJAXMode (Function)
Specifies whether the code is run from: a process in AJAX mode. a procedure called by AJAXExecute or AJAXExecuteAsynchronous....
WidgetDisplay (Function)
Refreshes a widget window.
FinCurrentVal (Example)
Usage example of the FinCurrentVal function
Principle for running threads
At runtime, an application runs in a main thread......