ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HListFile (Example)
Usage example of the HListFile function
zipExtractPath (Example)
Usage example of the zipExtractPath function
LooperSearch (Function)
Searches for a value in an attribute of a Looper control.
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
PDF Reader control functions
The following functions are used to manage PDF Reader controls:...
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
HBuildKeyValue (Example)
Usage example of the HBuildKeyValue function
Summary table: Managing the application directories according to the platform
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
FinRepayVal (Example)
Usage example of the FinRepayVal function
FinPaymentNb (Example)
Usage example of the FinPaymentNb function
Multiline strings
To type character strings over several lines in the code editor...
fGlobalDirUser (Function)
Returns a directory path for the global data of current application (data shared between several applications), for the current user.
The J2EE structure
The following structure is used to pass parameters to a procedure run on a server of J2EE XML Web services......
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.
BCCapture (Function)
Decodes the information stored in a bar code by using the device camera (Android, iPhone, iPad).
FinPeriodInterest (Example)
Usage example of the FinPeriodInterest function
Asc (Function)
Returns the ASCII code of the specified character.
Managing fonts in an iOS or Android project
Android or iOS projects can use custom fonts......
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)......
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.
Web Camera control properties
A Web Camera control found in a page can be handled in WLanguage by the following properties.
InDeviceOwnerMode (Function)
Indicates whether the Android application is in "Device owner" mode.
The Edit control
The Edit control allows users to enter data......