ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing the browser "Back" button
The browser "Back" button allows the Web users to display the pages that were already visited......
General environment of WINDEV
Environment of the report editor
Environment of the report editor...
IntegerToTime (Function)
Converts an integer into a time in HHMMSSCC format.
<DateTime type>.ToString (Function)
Converts a DateTime to string in the specified format.
Environment of the window editor
The main elements of window editor are as follows:
<Chrono>.Reset (Function)
Stops and resets a running stopwatch.
Environment of the query editor
NFC functions
Functions used to manage the NFC standard...
NFCStatus (Function)
Returns the activation status of the NFC sensor found on the device.
NFCSendTag (Function)
Sends a NFC tag to another device.
ChronoReset (Function)
Stops and resets a running stopwatch.
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).
<Chrono>.Resume (Function)
Resumes a stopwatch previously stopped by <Chrono>.Fin or <Chrono>.Pause.
HFSQL Client/Server: Overview
You have the ability to create applications that access the HFSQL Client/Server databases......
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
DateTimeToString (Function)
Converts a DateTime to string in the specified format.
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
Bar Code management functions
The following functions are used to manage bar codes:...
ExecuteAAF (Function)
Runs an Automatic Application Feature (AAF) on a control or window.
Copying controls from the window editor
The controls can be copied from the window editor......
Chrono (Type of variable)
The Chrono type is used to define all the advanced characteristics of a stopwatch.
Environment of code editor