ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fListFile (Function)
Lists the files found in a directory and returns the list of files.
drag-and-drop operation set programmatically
The programmed Drag and Drop is used to entirely manage Drag/Drop between the different types of controls......
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.
Enumeration (Type of variable)
An enumeration is a set of values......
notificationCategory (Type of variable)
The type notificationCategory makes it possible to define all the advanced characteristics of a notification category.
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
Composite keys
A composite key is a key item containing several other items......
CharactType (Function)
Returns information about the type of character.
2. Managing a database
WEBDEV Tutorial: My first WEBDEV website Lesson 2 - Managing a database - 30 min
zipArchive (Type of variable)
The zipArchive type is used to handle an archive file in one of the following formats: ZIP, CAB, RAR or WDZ.
nfcTag (Type of variable)
The nfcTag type is used to define the advanced characteristics of an NFC tag (Near Field Communication).
UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application......
Handling a Repositionable Note control through programming
A Repositionable Note control can be handled through programming......
AAF: File Path edit controls
The edit controls that use the "File name and full path" input mask propose several AAFs (Automatic Application Features): a specific popup menu used to handle the file. a file preview in thumbnail format (for an Image or PDF file path)....
InputMask (Type of variable)
The InputMask type is used to define all the advanced characteristics of a custom input mask.
ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
XMLDocument (Function)
Creates a new XML document.
grHMColor (Function)
Specifies the colors of different values in a Heatmap chart.
ExtractStringBetween (Function)
Allows you to: extract a substring between two given separators from a character string. search for substrings between two given separators in a character string....
PageUse (Function)
Displays a WEBDEV page in the user's browser and closes all page contexts currently open on the server....
1. Creating windows to add and edit data
WINDEV Tutorial: WINDEV application: Managing data Lesson 1 - Creating windows to add and edit data - 50 min
aiImageResult (Type of variable)
The aiImageResult type is used to retrieve the result of AIDetect.
dbgInfo (Function)
Returns a debug information.
Creating and distributing Active WEBDEV Pages
To transform a page in Session mode into an Active WEBDEV Page:...
2. User-friendly editors in practice
User-friendly editors in practice...