ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity...
Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users...
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites...
Steps to develop an application
This diagram presents the different steps for developing an application with WINDEV...
"About" window
The "About" window is used to display and access various information about the current application...
"?" menu
WINDEV proposes a help menu adapted to your applications...
.NET application
To create a.NET application from a project...
AppDetectUPDAvailable (Function)
Disables or customizes the automatic check for available updates.
FAA: Did you know?
Our surveys show that end users love AAFs (Automatic Application Features) and that these AAFs increase their satisfaction and efficiency when using the applications...
WDInst: set directory for tables and User Groupware files
The setup editor WDInst ("Tools...
History of versions
The history of setup versions is an advanced feature of the network setup...
EventDestroy (Function)
Explicitly destroys an event.
Translating the external components
An external component is a set of WINDEV or WEBDEV elements that perform a specific action (send faxes, emails, etc....
PDFPassword (Function)
Protects a PDF document with a password.
HListFullTextIndex (Function)
Returns the list of full-text indexes of a file (a query or a view) recognized by the HFSQL engine.
MapGetJSObject (Function)
Returns the instance of the API of Map control.
TableSortedColumn (Function)
Returns the list of sorted columns found in a Table control.
InitParameter (Function)
Initializes the management of persistent values.
User Groupware: Configuring the site
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
TestAddIteration (Function)
Adds an iteration into the current test and gives the values of test parameters for this iteration.
MongoGridFSGetFile (Function)
Retrieves (on the local computer) a file identified by its name and found in a MongoDB file system.
MenuMark (Function)
Positions the checkmark in front of the menu option (popup menu or drop-down menu).
MapModifyMarker (Function)
Modifies a marker displayed in a Map control.
MapInfoPosition (Function)
Returns the coordinates (in pixels) of the point corresponding to a geographical position (latitude and longitude).
BTLE functions
The following functions are used to handle the Bluetooth Low Energy devices:...
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....
OpenContextMenu (Function)
Automatically opens a context menu for the current control, window or page.
Query editor
The query editor is used to automatically create queries on the data files......
ListSelect (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
FTPProxy (Function)
Specifies whether the communication functions that use the FTP protocol must go through a proxy to run their requests.
xlsAddWorksheet (Function)
Adds or inserts a new worksheet into an Excel document.
HImportXLS (Function)
Imports an XLS file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile)....
MongoCreateCollection (Function)
Creates a collection in a MongoDB database while specifying the options of this collection.
Android 10: Modifying the behavior of applications
Starting with Android 10, Google no longer allows an application running in the background to open a window
ScreenFirst (Function)
Defines the next control that will be in edit in the current window.
LooperRecNum (Function)
Returns the number of the current record in a Looper control based on a data file.