ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Chart>.Parameter (Function)
Retrieves or modifies a chart parameter.
ReplicDeleteSubscription (Function)
Deletes the subscription of a replication on the replication server.
ArrayInsertReference (Function)
Adds the reference of an object at given position in a one-dimensional array.
InsertReference (Function)
Adds the reference of an object at given position in a one-dimensional array.
RedisConnect (Function)
Opens a connection to a Redis server (or cluster).
Map (Function)
Executes a procedure on each element of a source array and returns the results in a WLanguage array.
Reduce (Function)
Applies a computation to each element of a WLanguage array.
Apply (Function)
Executes a procedure for each element of a WLanguage array.
CheckAllTrue (Function)
Returns True if all the elements of an array are True.
CheckAllFalse (Function)
Returns True if all the elements of an array are False.
<Email variable>.ImportHTML (Function)
Imports, into the Email structure or into an Email variable, the content of an HTML file in order to send it by email.
<Date type>.ToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
HRecordToJSON (Function)
Retrieves the structure and value of the current record and exports them into a string in JASON format.
<Email variable>.BuildSource (Function)
Generates the source code of the email to send from an Email variable.
PopupDisplayPage (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
PopupClosePage (Function)
Hides a page displayed as a popup via PopupDisplayPage.
CoordinateImageToImageControl (Function)
Converts the coordinates of a rectangle in the image to the corresponding coordinates in the Image control.
<Connection variable>.ExecuteScheduledBackup (Function)
Forces the execution of a scheduled backup.
<Connection variable>.CloseConnection (Function)
Closes a connection to a database.
CookieRead (Function)
Retrieves the value of a cookie saved on the computer of Web user.
CookieWrite (Function)
Writes a cookie onto the computer of the Web user.
RegistrySetValue (Function)
Writes a value to a key in the Windows registry.
RegistryExist (Function)
Checks the existence of a key in the Windows registry.
RegistryQueryValue (Function)
Reads a value in the Windows registry.
WindowBitmap (Function)
Creates the image of the specified window in a BMP file.