ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

JSONToVariant (Function)
Converts a JSON string to a Variant variable.
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
NetClientMessageBox (Example)
Usage example of the NetClientMessageBox function
HListLink (Function)
Returns the list of table bindings (Merise type) present: in the current database schema, in ongoing database schemas (projects with multiple database schemas). in a specific database schema....
13. Security benefit: managing the "Back" button
MyWindow (Reserved word)
MyWindow is used to handle the current window...
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
Second (Property)
The Second property is used to: Retrieve the number of seconds from a Time, DateTime or Duration variable. Modify the number of seconds in a Time, DateTime or Duration variable. Retrieve the seconds or the number of seconds from a Date item (in "Date and Time" or "Duration" format) Modify the seconds or the number of seconds in a Date item (in "Date and Time" or "Duration" format)...
Millisecond (Property)
The Millisecond property is used to: Retrieve the number of milliseconds from a Time, DateTime or Duration variable. Modify the number of milliseconds in a Time, DateTime or Duration variable. Retrieve the milliseconds or the number of milliseconds from a Date item (in "Date and Time" or "Duration" format) Modify the milliseconds or number of milliseconds in a Date item ("Date and Time" or "Duration" format)...
FTPGet (Function)
Transfers a file or directory from an FTP server (File Transfer Protocol) to the current computer.
GPSFollowMovement (Function)
Requests to be notified periodically of the device's current location....
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
HOpenConnection (Function)
Opens a connection to a specific database.
HModify (Function)
Modifies the specified record or the record found in memory in the table (query or view).
InAWPMode (Function)
Used to determine if the page currently run is an Active WEBDEV Page.
PositionToLine (Function)
Returns the number of the line that contains a character identified by its position in a block of text.
Contains (Function)
Allows you to check if a substring is within a string.
Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus......
2. Projects in practice
Collapses a branch previously expanded....
2. Projects in practice
Discover the main operations that can be performed on a project....
dInvertColor (Function)
Inverts the colors: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.