ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LuhnCalculate (Function)
Calculates the next Luhn check digit for a given sequence.
VariantToJSON (Function)
Converts the content of a Variant variable to JSON.
FTP constants
List of constants used by FTP functions....
Managing rights on HFSQL Client/Server
To ensure data security and confidentiality, some actions may be restricted to a group of users......
HListParameter (Function)
Returns the list of parameters saved from the stored procedures on the server.
XMLPath (Function)
Returns the current position in the document in XPATH format.
WeekToDate (Function)
Returns the date of the Monday for the specified week and year.
TwainToControl (Function)
Allows: view the document coming from the Twain device in an Image control. view the document coming from the Twain device in the user interface of device....
Constants for managing projects
List of constants used by the functions for managing projects....
InAndroidMode (Function)
Indicates whether the code is run in Android mode.
InAndroidSimulatorMode (Function)
Indicates whether the code is run in the Android simulator.
LeapYear (Function)
Indicates whether the specified year is a leap year or not.
InAndroidEmulatorMode (Function)
Indicates whether the code is run in the Android emulator.
LuhnCheck (Function)
Checks that the given sequence is valid according to the Luhn formula.
fParentDir (Function)
Returns the path of the parent directory for the specified directory.
AppDetectUPDAvailable (Function)
Disables or customizes the automatic check for available updates.
iVPos (Function)
iVPos is kept for backward compatibility.
fStopCompress (Example)
Usage example of the fStopCompress function
Country (Variable type)
The Country type is used to find out the characteristics of a country.
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
Chrono (Variable type)
The Chrono type is used to define all the advanced characteristics of a stopwatch.
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure....