ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)...
<mongoCollection variable>.ModifyOne (Function)
Modifies a document in a collection of MongoDB database.
Toast constants
Component (Property)
The Component property configures the different components of a composite key.
<xmlDocument>.ToJSON (Function)
Converts an XML string to JSON.
<Email variable>.BuildSource (Function)
Generates the source code of the email to send from an Email variable.
<redisConnection>.Publish (Function)
Publishes a message on a Redis broadcast channel.
<redisConnection>.Unsubscribe (Function)
Cancels a subscription to a Redis broadcast channel.
<redisConnection>.Subscribe (Function)
Subscribes to a Redis broadcast channel.
<Gantt chart>.ListLink (Function)
Lists the links in a Gantt Chart column in a Table or TreeView Table control.
<Gantt chart>.DeleteLink (Function)
Removes links from a Gantt Chart column in a Table or TreeView Table control.
FTPGet (Example)
Usage example of the FTPGet function
FTPDate (Example)
Usage example of the FTPDate function
FTPConnect (Example)
Usage example of the FTPConnect function
<picLayer variable>.DrawRectangle (Function)
Draws a rectangle in a picLayer variable.
The Map control
The Map control allows you to display a map in order to geolocate, create a route, display points of interest (POI) and more....
XMLValidDocument (Function)
Validates an XML document from an XSD schema.
XMLValidNode (Function)
Validates an XML node, its children and its attributes from its description in the XSD schema linked to the XML document.
StringStartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
StringEndsWith (Function)
Checks whether a character string ends: with a specific character string. with one of the character strings in an array....
EnumerationFromValue (Function)
Returns an enumeration value known by its associated value.
EnumerationFromName (Function)
Returns an enumeration value known by its name.
EnumerationCheckValue (Function)
Checks whether an enumeration value known by its associated value is valid.
inAppConsumeProduct (Function)
Used to consume, in an application, a product that was previously purchased by the user.
TimelineAddEvent(Function)
Adds an event into a TimeLine control.
dCopyWindowImage (Function)
Copies the image from a WINDEV window to an Image variable or to an Image control.