ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Connection variable>.RSModifyConfig (Function)
Modifies some parameters of an existing replication between two HFSQL servers.
<htmlNode variable>.FindElementByName (Function)
Searches for elements whose "name" attribute matches a specific value in an HTML node.
<Connection variable>.AddScheduledBackup (Function)
Adds a scheduling for full backup (with or without differential backup) on the server defined by the connection.
dResize (Function)
Resizes an image: in an Image control. in an Image variable. in a picLayer variable]....
EmailUpdate (Function)
Updates the messages of MS Exchange according to the email server.
<pdfPage variable>.AddWatermark (Function)
Adds a watermark to a page of an existing PDF file.
<PDF reader>.NbSignatures (Function)
Gets the number of signatures in a PDF Reader control.
<pdfDocument variable>.GetSignatureDate (Function)
Gets the date of one of the signatures of a PDF document.
<Connection variable>.RSAddConfig (Function)
Adds a replication between two HFSQL server onto the master server.
<Connection variable>.RSInfo (Function)
Reads the replication configuration for an HFSQL server that takes part in one or more replications.
<Connection variable>.RSInit (Function)
Configures an HFSQL server in order for this server to be a master server or a subscriber server for a replication between HFSQL servers.
<Connection variable>.RSListConfig (Function)
Lists the replications available on a master HFSQL server.
HTMLInsertAfter (Function)
Adds a node after the specified node in an HTML document.
<Connection variable>.RSDeleteConfig (Function)
Deletes a replication between two HFSQL servers.
<Variable gglDrive>DeleteFile (Function)
Removes a Google Suite file inside a Google Drive.
GglConnect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
dRectangleGradient (Function)
Draws a rectangle: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Creating an SCM repository
To share a project via the Source Code Manager, a repository must be created......
Handling Word Processing controls programmatically (prefix syntax)
A Word Processing control can be handled through programming......
Asc (Function)
Returns the ASCII code of the specified character.
Constants used by the replication between HFSQL servers
The following constants are used by the replication between HFSQL servers:...
ToolTipMargin (Function)
Modifies the margin of the text in the tooltips.
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
HTTPCookieReset (Function)
Deletes all cookies (globally or for a domain) stored: by the calls to HTTPRequest. by the calls to HTTPSend....
Camera control: decoding bar codes
In iOS and Android, bar codes can be decoded via the Camera control using BCCapture......