ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HErrorIntegrity (Function)
Used to check whether an integrity error occurred.
Import from previous versions
To install a dynamic WEBDEV site on a web server, you will need deployment accounts......
TimeValid (Function)
Checks the time validity.
<Image variable>.ModifyHSL (Function)
Modifies the hue, saturation and lightness of an image in an Image variable.
AAFDisable (Function)
Disables an Automatic Application Feature (AAF) on a control, window or on the current application.
Declaring and using a variable
A variable is defined by name and type......
DisableAAF (Function)
Disables an Automatic Application Feature (AAF) on a control, window or on the current application.
Step 1: Choosing the deployment profile
The setup program creation wizard allows you to select the deployment profile to use......
Environment of the project editor
The main elements of the project editor are as follows:
General environment of WINDEV
IntegerToTime (Function)
Converts an integer into a time in HHMMSSCC format.
<DateTime type>.ToString (Function)
Converts a DateTime to string in the specified format.
<Chrono>.Reset (Function)
Stops and resets a running stopwatch.
<Chrono>.Start (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
NFC functions
Functions used to manage the NFC standard...
NFCStatus (Function)
Returns the activation status of the NFC sensor found on the device.
ChronoReset (Function)
Stops and resets a running stopwatch.
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
HError (Function)
Returns the number of the last error triggered by the HFSQL engine.
HErrorDuplicates (Function)
Used to check whether a duplicate error occurred.
Programming the browsing Looper controls
These are the main concepts for programming Looper controls based on a data file......
HTransactionInterrupted (Function)
Used to find out whether a transaction was interrupted (the transaction was neither validated nor canceled).
HErrorInfo (Function)
Returns a detailed information about the last error triggered by the HFSQL engine.
<Chrono>.End (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to <Chrono>.Start).
<Chrono>.Resume (Function)
Resumes a stopwatch previously stopped by <Chrono>.Fin or <Chrono>.Pause.