ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DialogAsynchronous (Function)
Displays a non-blocking message box and calls a WLanguage procedure with the value of the button clicked by the user.
fGlobalDirCommon (Function)
Returns a directory path for the global data of current application (data shared between several applications), regardless of the current user.
fGlobalDirUser (Function)
Returns a directory path for the global data of current application (data shared between several applications), for the current user.
Operations performed on a data file (Data model editor)
The main operations that can be performed on a data file from the data model editor are as follows......
WDAdminHF: Scheduled task
The remote HFSQL administrator is used to define the scheduled tasks......
OBEXListFile (Function)
Lists the files shared by a device that is using the OBEX protocol.
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
Multiline strings
To type character strings over several lines in the code editor...
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.
Project Management Hub: Management of incidents
The Project Management Hub allows you to keep a history of the incidents encountered in your applications......
BCCapture (Function)
Decodes the information stored in a bar code by using the device camera (Android, iPhone, iPad).
Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
xmlDocument (Type of variable)
The xmlDocument type is used to handle an XML file.
Correspondence between languages, sub-languages, character sets and nations
The table below presents the correspondence between languages, sub-languages, character sets and nations:
ControlAlias (Function)
Gets, modifies or restores the data binding to a control or group of controls.
The Edit control
The Edit control allows users to enter data......
Class diagram
A class diagram describes the structure of a system via classes and the relationships among them......
CheckUserIDentity (Function)
Allows you to check the real identity of the current user via biometrics check.
Managing fonts in an iOS or Android project
Android or iOS projects can use custom fonts......
EmailMsgError (Function)
Returns the message corresponding to the error identifier.
Generating the LDM from the CDM
To associate a CDM (Conceptual Data Model) with a project, you must generate the associated LDM (Logical Data Model)......
InDeviceOwnerMode (Function)
Indicates whether the Android application is in "Device owner" mode.
WDOptimizer: Canceling/Freeing records in transaction
WDOptimizer is used to......
The "Bubble" charts
A bubble chart shows the correlation between three variables via bubbles of different sizes: categories and values on the X and Y axes and an additional parameter. The size of the bubble indicates the value of this third parameter.