ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<mongoGridFS variable>.DeleteFileByID (Function)
Deletes a file identified by its identifier from a MongoDB file system.
<Description of ParallelTask>.Execute (Function)
Triggers the execution of a parallel task.
HTML Editor control constants
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile....
WEBDEV scheduled task management functions
The following functions are used to manage scheduled WEBDEV tasks:
DownloadList (Function)
Lists the downloads from the current application in the download manager.
HTransaction (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
AppleSignIn (Function)
Used to implement authentication via "Sign In with Apple" on devices running on iOS 13 and higher.
CertificateSignString (Function)
Creates the signature of a character string.
<Array>.MoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
<Array>.DeleteLine (Function)
Deletes a row at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.) The array size is automatically reduced....
<Array>.InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
<htmlDocument variable>.FindElementByClass (Function)
Searches for elements whose "class" attribute matches a specific value in an HTML document.
Constants used by the functions for managing countries and continents
<htmlNode variable>.RemoveAttribute (Function)
Removes a given attribute
VariantConvert (Function)
Converts the value stored in a Variant variable].
CertificateCheckString (Function)
Checks the correspondence between a signature and a string.
EmailImportHTML (Function)
Imports, into the Email structure or into an Email variable, the content of an HTML file in order to send it by email.
FOR EACH/FOR ALL statement (browse of enumerations)
The FOR EACH statement is used to browse the available values in the enumerations.
WEBDEV Application Server remote control functions
The following functions are used to manage users and connections on a WEBDEV Application Server:...
WEBDEV Application Server remote control functions (prefix syntax)
The following functions are used to manage users and connections on a WEBDEV Application Server, using prefix syntax:
geoDistance (Function)
Returns the distance between the two locations. This distance is expressed in meters by default.
HTML 5: Example for managing the programmed Drag and Drop
To make a WEBDEV site more interactive, you have the ability to implement Drag and Drop in the pages....
Before calling the Free Technical Support
The operations to perform before calling the Technical Support......
IntegerPart (Property)
The IntegerPart property is used to configure Numeric items.