ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Dynamic array (Variable type)
A dynamic array is an "advanced" type of array...
New (Reserved word)
New is used to allocate memory space...
Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
Management of PDF files
PDF is one of the most widely used formats for transmitting and storing electronic documents......
AIDetectDrawing (Function)
Classifies freehand drawings, including circles, squares and triangles.
EmailGetAll (Function)
Retrieves all the emails found on a server.
WEBDEV 2025: New WLanguage features
In version 2025, new functions, properties and data types have been introduced and some have been improved, ......
Appointment (Type of variable)
The Appointment type is used to define the advanced characteristics of an appointment: time, location, ...
Elements of a class: Enumerating and handling through programming
Several types of WLanguage variables are used to enumerate and dynamically handle the elements of a class......
HSeek (Function)
Positions on the first record of the table whose value for a specific item is greater than or equal to a search value (generic search by default).
Document (Type of variable)
The Document type is used to handle a "docx" document.
The TimeLine control
The TimeLine control is used to represent chronologies of close events that can be parallel....
sfSearchResult (Type of variable)
The sfSearchResult type is used to find out the result of SFSearch...
StringBuild (Function)
Builds a character string from an initial string and parameters.
hRSConfig (Variable type)
The hRSConfig type is used to define the advanced characteristics of a replication between 2 HFSQL servers.
Enumeration (Variable type)
An enumeration is a set of values......
Handling a formatted display control through programming
WEBDEV allows you to handle a formatted display control through programming......
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
docHeaderFooter (Type of variable)
The docHeaderFooter type is used to define the text of the different paragraphs found in a page header or footer.
Contains (Function)
Allows you to check if a substring is within a string.
Managing contacts (mobile devices)
In your mobile applications, you can directly manage the contacts on your mobile device (Android, iPhone, iPad, etc.)....
HTML 5: Example for managing the programmed Drag and Drop
To make a WEBDEV site more interactive, you have the ability to implement Drag and Drop in the pages....