ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Project Management Hub: Management of incidents
The Project Management Hub allows you to keep a history of the incidents encountered in your applications......
HRestoreBackup (Function)
Used to restore: an immediate backup (performed by HBackup or via the HFSQL Control Center), a scheduled backup (described by HAddScheduledBackup or via the HFSQL Control Center....
Managing the automatic identifiers when adding a record
When adding a record into a HyperFileSQL file (HAdd), three management modes are available for the automatic identifiers......
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.
HMergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses the former view mechanism.
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
AppleSignIn (Function)
Used to implement authentication via "Sign In with Apple" on devices running on iOS 13 and higher.
HDBDescribeField (Function)
Describes through programming each item found in the structure of an xBase file described by HDBDescribeFile.
BCCapture (Function)
Decodes the information stored in a bar code by using the device camera (Android, iPhone, iPad).
FolderData (Function)
FolderData is kept for backward compatibility.
DialogAsynchronous (Function)
Displays a non-blocking message box and calls a WLanguage procedure with the value of the button clicked by the user.
Managing fonts in an iOS or Android project
Android or iOS projects can use custom fonts......
eToCurrency (Function)
Converts a value expressed in Euro into another currency.
eToEuro (Function)
Converts to Euro a value expressed in a specific currency.
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.
xmlDocument (Type of variable)
The xmlDocument type is used to handle an XML file.
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)......
GglListContact (Function)
Retrieves the list of contacts associated with the specified Google account.
PDFSign (Function)
Applies an approval signature to an existing PDF.
InDeviceOwnerMode (Function)
Indicates whether the Android application is in "Device owner" mode.
EmulateInput (Function)
Performs an input by emulation in a control while checking whether this control is an editable control.
GglDelete (Function)
Deletes data from the Google server.
WDOptimizer: Canceling/Freeing records in transaction
WDOptimizer is used to......