ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text file.
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
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......
TableSelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
How Session mode pages work
WEBDEV includes several types of pages to create dynamic sites......
Border of controls
One of the most important elements of control style is its border......
The Calendar control
The Calendar control is used to permanently display a calendar in a window or page......
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically......
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......
Other operators
The following are additional operators......
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....
FinNetCurrentVal (Example)
Usage example of the FinNetCurrentVal function
ImageFirst (Function)
Displays the first image for the scroll.
ImagePrevious (Function)
Displays the previous image for the scroll.
ImageNext (Function)
Displays the next image for the scroll.
ImageLast (Function)
Displays the last image for the scroll.
iAddBookmark (Function)
Adds a bookmark in the report viewer or when exporting to PDF.
PVTListPositionHeader (Function)
Returns all values associated with a row or column header in a Pivot Table control.
Validating a page from a control that has no action on the server (List Box control, Combo Box, etc.)
By default, the validation of a page must be performed by a "Send the values of controls to the server (Submit)" button......
Native MariaDB Connector - License Agreement
Native PostgreSQL Connector - License Agreement
appServerScheduledTask (Type of variable)
The appServerScheduledTask type is used to manage a scheduled task of WEBDEV Application Server through programming (for a site or a webservice).
Utility components
WINDEV includes several utility components that allow you to handle data directly......
The user version of query editor : Specific features
This help page presents the specific features of the user version of query editor......
EmailReadNextHeader (Function)
Reads the header of the email found after the current email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).