ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Managing main window menus
A main menu is necessarily associated with a window......
HImportJSON (Function)
Imports a JSON file into an HFSQL Classic table. This table must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile).
User Groupware and Native Connector files
An application that works with the User Groupware can be used with a database handled by a Native Connector......
WinEdDeclareUndo (Function)
Declares how to cancel an action that was added by WinEdDo.
NotifPushDisable (Function)
Disables the management of push notifications for a WINDEV Mobile application (Android or IOS).
GglUploadDocument (Function)
Uploads a document to the Google server.
Search and full-text index
HFSQL proposes a quick search for character strings in the data......
Upload control events
The following processes are associated with the Upload control:...
Constants for managing MongoDB databases
Constants used by the Mongoxxx functions...
zipExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
FaxSend (Function)
Sends a fax according to the connection that was established beforehand (FaxConnect).
InitialValue (Property)
The InitialValue property is used to get the initial value of a control in a window or page.
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
WINDEV and the streams - Use example
In this example, the application must manage a video conference between two computers......
The Drawer control
The Drawer control can be expanded in order to display (or not) the integrated controls......
WDMap: Overview
WDMap is a tool used to view and handle a data file while developing an application......
zipDeleteFile (Function)
Deletes a file from an archive.
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
Collapsed code
The code is collapsed to improve readability, by only displaying the comments in front of the lines of code......
Controls of a dynamic page
Several types of controls can be handled in a dynamic page ......