ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Utility components
WINDEV includes several utility components that allow you to handle data directly......
TableSelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
Remote check: Customizing with a window
To customize the remote control performed on a multi-user WINDEV application, the standard window can be replaced with a window from your application......
Installing 64-bit WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile in 64-bit mode......
How Session mode pages work
WEBDEV includes several types of pages to create dynamic sites......
rssChannel (Type of variable)
The rssChannel type is used to handle a RSS channel...
notificationAction (Type of variable)
The notificationAction type is used to describe an additional action associated with a notification.
WEBDEV administrator: General configuration
The "Configuration" tab is used to define the default connection options for the WEBDEV sites found on the server and managed by the administrator......
The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
Chart management functions
...Chart management functions...
LooperAdd (Function)
Adds a row at the end of a Looper control.
The user version of query editor : Specific features
This help page presents the specific features of the user version of query editor......
iRoundBorder (Function)
Prints a border with rounded outlines at specified coordinates.
6. Procedures
WINDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min
Social network: Available targets
This page presents the different possibilities of Social Network control according to the selected options......
DnDAccept (Function)
Indicates the action accepted by the target of Drag/Drop and manages the mouse cursor during Drag/Drop....
DnDCursor (Function)
Manages the mouse cursor and specifies the action allowed during Drag and Drop.
Multi-page print
A report can be very wide, with a width exceeding the width of a paper sheet......
Sequencing reports
In some cases, you may want to print several reports one after another, and view them in the same print preview....
docElementImage (Type of variable)
The docElementImage type is used to handle the characteristics of an Image element found in a docElement variable.
TableMoveColumn (Function)
Moves a column in a Table or TreeView Table control.
Border management constants
List of constants used by the border management functions....
EmailReadPrevious (Example)
Usage example of the EmailReadPrevious function