ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HTML Editor control constants
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile....
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.
NFC functions
Functions used to manage the NFC standard...
Decrypt (Function)
Decrypts a character string that was encrypted by Encrypt.
WEBDEV scheduled task management functions
The following functions are used to manage scheduled WEBDEV tasks:
The "UML analysis" pane
The "UML analysis" pane displays the different UML diagrams (class diagram, deployment diagram, ......
ContactAdd (Function)
Adds a contact: in a Lotus Notes or Outlook address book. in the contacts list of your device (Android, iPhone or iPad)....
CertificateSignString (Function)
Creates the signature of a character string.
AppleSignIn (Function)
Used to implement authentication via "Sign In with Apple" on devices running on iOS 13 and higher.
ToastDisplayIW (Function)
Opens a toast whose content is based on an internal window.
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.
CertificateCheckString (Function)
Checks the correspondence between a signature and a string.
Handling controls in a window
The different operations that can be performed on the window controls are as follows......
<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].
geoDistance (Function)
Returns the distance between the two locations. This distance is expressed in meters by default.
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:...