ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HLoadParameter (Function)
Reads a parameter that was saved from a stored procedure by HSaveParameter.
AppOpenForm (Function)
Opens: the form of an application on Android (Play Store), iOS (App Store) or Windows (Windows Store) in order for the user to give a mark to it and/or to comment it. the form for configuring the In-App purchases of an application....
ThreadExecute (Function)
Starts the execution of a secondary thread.
AppleAdvertisingIdentifier (Function)
Returns the device's advertising identifier (iOS only)....
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
Upload control events
The following processes are associated with the Upload control:...
ContactCreate (Function)
Displays the window for contact creation of the native application for contact management found on the device (Android, iPhone or iPad, Universal Windows).
dbgCheckDifferent (Function)
Checks whether the specified expressions are different in assertive programming and in automated test mode.
dbgCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
zipSize (Function)
Returns the size of archive (in ZIP, RAR, CAB, WDZ or 7z format): the size of all compressed files found in the archive. the size of all files found in the archive before compression....
ChangeSkinTemplate (Function)
Dynamically changes the skin template: of all windows found in the current application, of the windows found in the WINDEV components used by the application, of a specific window found in the project....
ExeGetPID (Function)
Returns information about the current process.
iReset (Function)
Reinitializes the print settings (margins, font, paper format, orientation, ...) stored in the print library.
HDeleteParameter (Function)
Deletes a parameter previously saved by HSaveParameter.
HTTPAddFile (Function)
Adds a file to the HTTP form.
HDeleteTask (Function)
Deletes a scheduled task from an HFSQL Client/Server server....
InFactoryMode (Function)
Indicates whether the code is run by an action plan of the software factory.
IntToHexa (Function)
Returns the hexadecimal string of a numeric value.
EmailChangeStatus (Function)
Changes the status of an email on a messaging server.
HTransactionIsolation (Function)
Configures the isolation mode of transactions for a connection to an HFSQL server.
ArrayReverse (Function)
Reverses the content of a one-dimensional array.
ArcTan2 (Function)
Returns the arc tangent 2 of the values passed in parameter.
SSH functions
The following functions are used to connect and communicate with a SSH server:...
EpochToDateTime (Function)
Converts a date and a time in Epoch format (number of time units since 01/01/1970 at 00h00 UTC) to a local datetime....
Modulo (Reserved word)
Returns the remainder of a division.