ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Quick search in the current code
When coding, developers often need to do a quick search in the current code...
AppDetectUPDAvailable (Function)
Disables or customizes the automatic check for available updates.
The key items
Keys are specific items in your analysis......
Alias (Property)
The Alias property is used to: get or change the alias of a window (WINDEV and WINDEV Mobile). get or change the alias of a dynamic tab (WINDEV). get the internal HTML/JavaScript name of a control (WEBDEV)....
Managing videos (transmitted by a Web Camera)
To manage the video sequence currently broadcasted by the web camera installed on the current computer, WINDEV proposes......
BuildBrowsingTable (Function)
Creates a Table control from the items of a data file (view or query).
HSetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
Handling report blocks
The different operations available on report blocks are as follows......
FileToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
zipOpen (Function)
Opens an existing archive.
KioskEnable (Function)
Switches the current Android application to kiosk mode.
Background download
Starting with version 27, files can be downloaded in the background, using the system download manager......
ConfirmAsynchronous (Function)
Displays a non-blocking message in a standard dialog box with the answers "Yes", "No", "Cancel" and calls a WLanguage procedure with the user's response....
INIWrite (Function)
Writes a specific value into an INI file (or into a file structured like an.INI file).
SCM: Local historykeeping
Local historization of an element allows you to set a local save point for the element... Warning This feature is only available in WINDEV Suite SaaS 2025 Update 3. For more details, see Use the new features of WINDEV Suite SaaS 2025....
SpeechSynthesisReadText (Function)
Reads the specified text using the device's text-to-speech engine....
Socket: Creating a client application
A client application of a socket server connects to a standard server in order to exchange information via socket......
docTable (Variable type)
The docTable type is used to define the advanced characteristics of a Table paragraph found in a Word Processing document.
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
The Link control
The Link control is used to: create a link in an HTML page. create a link in a report printed in HTML format....
EndProgram (Function)
Ends the execution of the current program.