ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

fListFile (Function)
Lists the files found in a directory and returns the list of files.
WinStatus (Function)
Identifies or modifies the window status.
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)....
2. Managing a database
WEBDEV Tutorial: My first WEBDEV website Lesson 2 - Managing a database - 30 min
InputMask (Type of variable)
The InputMask type is used to define all the advanced characteristics of a custom input mask.
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).
JWTParameters (Variable type)
The JWTParameter type is used to define all the data required for JWT-based authentication.
TextDirection (Property)
The TextDirection property is used to determine and change the writing direction in a window, report or control (useful for languages such as Arabic or Hebrew).
ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application......
OAuth2Parameters (Variable type)
The OAuth2Parameters type is used to define the information required to authenticate on a web service implementing the OAuth 2.0 standard.
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....
XMLDocument (Function)
Creates a new XML document.
App shortcuts
App shortcuts are an Android feature that allows users to quickly perform specific actions in an application without having to open the full application......
SocketRead (Function)
Retrieves a message sent by another socket.