ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
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....
JSONToVariant (Function)
Converts a JSON string to a Variant variable.
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
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).
1. Implementing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 1 - Implementing a Client/Server database - 10 min...
ListModify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
PDF Reader control: Use ribbon and panes
The PDF Reader control includes multiple features accessible via......
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.
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.
ArrayAdd (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an array property of an advanced variable type (array of events of a gglCalendar variable, etc.). of a WLanguage list....